-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathstyle.css
57 lines (49 loc) · 894 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
51
52
53
54
55
56
57
h1 {
color: white;
font-size: 40px;
font-family: Trebuchet MS
}
a:link {
color: white;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: black;
background-color: white;
text-decoration: none;
}
a:active {
color: white;
background-color: white;
text-decoration: none;
}
ol {
color: white;
}
ul {
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
line-height: 90px;
}
.back {
background-color: black
}
.button {
font: Trebuchet MS;
font-size: 50px;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 3px 6px 3px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}