-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (42 loc) · 895 Bytes
/
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
@import url('https://fonts.googleapis.com/css?family=Arvo|Saira+Extra+Condensed');
body{
background-color: #00000c;
font-family: "Saira Extra Condensed","Comic Sans MS", sans-serif;
width: 100%;
text-align: center;
color: #c6baba;
font-size: 70px
}
p{
font-family: "Arvo","Comic Sans MS";
color: white;
font-size:20px
}
h6{
font-family: "Saira Extra Condensed";
font-size: 55px;
color: #d9f138
}
a:link {
color: #00ffff;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #adff2f;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #e0ffff;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #eeee68;
background-color: transparent;
text-decoration: underline;
}
ul{
font-size: 20px
}