-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (42 loc) · 1.19 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
body{ background-color: #FDE2FF;}
h1{
text-align: center;
text-overflow: ellipsis;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 90px;
color: #CCC9C9;
}
h2{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 75px;
text-align: center;
color: #CCC9C9;
}
h3{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 65px;
text-align: center;
color: #CCC9C9;
}
h4 { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 55px;
text-align: center;
color: #CCC9C9;
}
p {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 35px;
text-align: center;
}
ol {
text-align: justify;
font-size: 27px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
h5 { text-align: center;
font-size: 27px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #FF9E5B
}
final {
text-align: justify;
font-size: medium;
}