-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (63 loc) · 1.06 KB
/
style.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
68
69
body{
background: #0D0D0F;
}
h1{
font-family: inter;
font-size: 36px;
color: #fff;
text-align: center;
margin-bottom: 0;
}
#heading{
justify-content: center;
align-items: center;
margin-top: 60px;
margin-bottom:250px;
}
h2{
font-family: "Computer Modern Serif";
margin-top: 0;
font-size: 14px;
color:#FBA7A7;
text-align:center;
font-style: italic;
font-weight:700;
}
h3{
font-family: inter;
font-size: 24px;
color: #fff;
text-align: center;
margin-bottom: 5px;
}
h4{
font-family: inter;
font-size: 18px;
color: #fff;
text-align: center;
margin-top: 0;
font-weight: 500;
}
#middle{
justify-content: center;
align-items: center;
}
footer{
position: fixed;
text-align: center;
bottom: 10px;
width: 100%;
}
h5{
font-family: "Computer Modern Serif";
margin-top: 0;
font-size: 14px;
color:#FBA7A7;
text-align:center;
font-style: italic;
margin-bottom: 0;
font-weight: 700;
}
a{
color:#FBA7A7;
}