-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhome.css
94 lines (80 loc) · 1.32 KB
/
home.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
a:link{
background-color: #01426a;
color: white;
padding: 14px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
border-style: double;
border-color: white;
}
a:visited {
background-color: #01426a;
color: white;
padding: 14px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
border-style: double;
border-color: white;
}
a:hover {
background-color: #ECE816;
border-style: double;
border-color: white;
}
body {
font-family: "Open Sans", sans-serif;
background-color: white;
text-align: center;
font-size: 20;
}
h1 {
color: #ECE816;
background-color: #6eceb2;
}
#dark {
color: white;
background-color: #01426a;
}
#blue {
color: white;
background-color: #74ccb4;
}
#neon {
color: white;
background-color: #ECE816;
}
#pink {
color: white;
background-color: #F93348;
}
/* NAVIGATION BAR STYLING */
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #01426a;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#active {
background-color: #01426a;
}
.gameHeader{
color:white;
background-color: #01426a
}
#Games{
color: #fada08;
background-color: #6eceb2;
}