-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (56 loc) · 985 Bytes
/
Copy pathstyle.css
File metadata and controls
65 lines (56 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto';
}
.container{
max-width: 40%;
background-color:rgba(153, 5, 5, 0.733);
padding: 34px;
margin:auto;
fill-opacity: 40%;
border-radius: 15px;
text-align: center;
}
h3{
font-size: 48px;
}
p{
font-size: medium;
}
.container h3,p{
text-align: center;
opacity: 100%;
color: white;
}
input{
width: 40%;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
border: 2px solid rgb(0, 0, 0);
border-radius: 6px;
}
.btn{
color: white;
background-color: rgb(4, 99, 136);
border-radius: 10px;
padding: 7px;
padding-top: 5px;
font-size: 15px;
cursor: pointer;
}
.bg{
width: auto;
position: absolute;
z-index: -1;
top: 0px;
}
.logo{
position: absolute;
top: 20px;
right: 540px;
width: 20%;
z-index: 1;
}