-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
67 lines (61 loc) · 900 Bytes
/
about.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
55
56
57
58
59
60
61
62
63
64
65
66
67
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
box-sizing: border-box;
}
body {
background-color: #0F1015;
margin: 0;
font-family: "Poppins", sans-serif;
display: flex;
min-height: 100vh;
color: #0F1015;
}
h1 {
color: #fff;
position: absolute;
top:30%;
left: 35%;
font-size:25px
}
h2 {
position: absolute;
top: 40%;
color: #fff;
left: 35%;
font-size:25px
}
h3 {
position: absolute;
top: 45%;
color: #fff;
left: 35%;
font-size:25px
}
h4 {
position: absolute;
top: 50%;
color: #fff;
left: 35%;
font-size:25px
}
h5 {
position: absolute;
top: 55%;
color: #fff;
left: 35%;
font-size:25px
}
#LOGO {
color: #fff;
position: absolute;
top: 1%;
left:1%;
font-size: 20px;
text-decoration: none
}
#notice {
color: #fff;
position: absolute;
top: 92%;
left: 39%
}