-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
97 lines (92 loc) · 1.68 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body{
margin: 0px;
}
main{
margin-left: 20px;
margin-right: 20px;
}
h1{
text-align: center;
}
.navbar ul{
list-style-type: none;
background-color: hsl(0, 0%, 25%);
padding: 0px;
margin: 0px;
overflow: hidden;
}
.navbar a{
color: white;
text-decoration: none;
padding: 15px;
display: block;
text-align: center;
}
.navbar a:hover{
background-color: hsl(0, 0%, 10%);
}
.navbar li{
float: left;
}
.gameslink ul{
text-decoration: none;
list-style-type: none;
padding: 0px;
margin: 0px;
overflow: hidden;
display: block;
}
.gameslink ul{
list-style-type: none;
background-color: hsl(0, 0%, 25%);
padding: 0px;
margin: 0px;
overflow: hidden;
}
.gameslink a{
color: white;
text-decoration: none;
padding: 15px;
display: block;
text-align: center;
}
.pagetitle {
text-align: center;
}
.sociallink a{
color: white;
text-decoration: none;
padding: 15px;
display: block;
text-align: center;
}
.sociallink ul{
list-style-type: none;
background-color: hsl(0, 0%, 25%);
padding: 0px;
margin: 0px;
overflow: hidden;
}
.gameslink a:hover{
background-color: hsl(0, 0%, 10%);
}
.sociallink a:hover{
background-color: hsl(0, 0%, 10%);
}
.codinglink a{
color: white;
text-decoration: none;
padding: 15px;
display: block;
text-align: center;
}
.codinglink ul{
list-style-type: none;
background-color: hsl(0, 0%, 25%);
padding: 0px;
margin: 0px;
overflow: hidden;
}
.codinglink a:hover{
background-color: hsl(0, 0%, 10%);
}