-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnakecss.css
More file actions
62 lines (62 loc) · 887 Bytes
/
Copy pathSnakecss.css
File metadata and controls
62 lines (62 loc) · 887 Bytes
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
#footer i:hover {
color: #393431;
}
#footer a {
text-decoration: none;
}
#playAgain {
background-color: #29a829;
margin-top: 2rem;
margin-bottom: 4rem;
}
#playAgain:hover {
background-color: #1d7b1d;
}
#wrapper {
background-color: #efeeea;
padding: 2rem;
}
#wrapper h1 {
margin-bottom: 2rem;
}
#wrapper p {
font-size: 1.5rem;
}
#wrapper h2 {
margin-bottom: 2rem;
}
#copyright {
background-color: #6c625a;
color: white;
}
.border {
border-radius: 5px;
}
.margin {
margin: 1rem;
}
.brown-font {
color: #6c625a;
}
#modalSnake button {
background-color: #29a829;
}
#modalSnake button:hover {
background-color: #1d7b1d !important;
}
.footer-icon {
margin-left: 1rem;
margin-right: 1rem;
}
@media (max-width: 432px) {
#footer i {
margin-bottom: 1rem;
}
}
#badge {
width: 70%;
}
#badge-container {
display: flex;
justify-content: center;
}