-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
78 lines (71 loc) · 1.11 KB
/
Copy pathstyles.css
File metadata and controls
78 lines (71 loc) · 1.11 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
margin: 0;
background-color: #1c1c1c;
font-family: ;
}
#main {
width: 550px;
height: 550px;
margin-top: 64px;
margin-bottom: 64px;
margin-left: 62px;
margin-right: 641;
background-color: #1F2937;
border: 1px solid transparent;
}
h1 {
font-family: Karla;
width: 360px;
height: 80px;
color: white;
font-size: 38px;
font-weight: 900;
margin-top: 100px;
margin-left: 52px;
}
p {
font-family: Inter;
font-size: 21px;
color: #D5D4D8;
margin-left: 52px;
margin-bottom: 0px;
}
#btn {
font-family: Inter;
font-size: 16px;
color: #ffffff;
background-color: #10b981;
border-radius: 5px;
border: none;
box-shadow: none;
margin-left: 52px;
margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
button {
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
hr {
width: 440px;
height: 0;
color: #2f3e53;
margin-top: 35px;
margin-bottom: 0px;
}
#input-box {
margin-left: 52px;
}
.passwords {
display: inline-block;
font-size: 15px;
font-weight: bolder;
color: #55F991;
margin-top: 35px;
padding-left: 0px;
padding-right: 0px;
}