-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
54 lines (48 loc) · 799 Bytes
/
index.css
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
body {
margin: 0;
background: black;
color: white;
padding: 20px;
}
h1 {
font-size: 24px;
width: 210px;
margin-bottom: 8px;
}
h5 {
margin-top: 0px;
padding-top: 0xp;
font-weight: 300;
}
span {
color: green;
}
button {
margin-top: 10px;
background: green;
color: white;
border: 0;
padding: 10px;
border-radius: 3px;
height: 30px;
font-size: 10px;
}
p {
display:flex;
justify-content: center;
align-items: center;
background: darkslategray;
font-size: 12px;
width: 120px;
height: 15px;
text-align: center;
border-radius: 3px;
color: green;
padding: 3px 0px;
}
.passdiv {
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}