-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
51 lines (45 loc) · 778 Bytes
/
Copy pathindex.css
File metadata and controls
51 lines (45 loc) · 778 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
body {
margin: 30px;
margin-top: 60px;
margin-bottom: 60px;
background-color: #1F2937;
text-align: center;
}
.l1 {
color : white;
}
.l2 {
color: #4ADF86;
}
.keygen {
margin-top : 15px;
padding : 7px;
background-color: #10B981;
color: white;
border:solid #10B981;
border-radius: 7px;
}
.pass {
display: flex;
justify-content: center;
margin-top: 20px;
gap : 20px;
border-top: solid #2F3E53;
padding-top: 20px;
}
.genpass {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
background-color: #273549;
color: #4ADF86;
border-radius: 7px;
width: 200px;
height: 25px;
text-align: center;
}
#motto {
font-size: 18px;
color: white;
}