-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
71 lines (55 loc) · 1.04 KB
/
styles.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
body {
background-color: rgb(52, 53, 62);
text-align: center;
}
h1 {
color: rgb(91, 209, 151);
font-family: 'Pacifico', cursive;
font-size: 8rem;
text-shadow: 12px 10px 0 rgb(33, 35, 44);
}
h2 {
color: rgb(91, 209, 151);
font-family: 'Gochi Hand', cursive;
font-size: 3rem;
}
footer {
background-color: rgb(33, 35, 44);
text-align: center;
}
footer p{
font-family: 'Gochi Hand', cursive;
font-size: 1.2rem;
color: rgb(249, 240, 213);
padding: 50px 0;
margin: 30px 0 0;
}
.btn {
background-color: rgb(52, 53, 62);
border: none;
cursor: pointer;
}
.btn:focus {
outline: none;
/* When clicking on the button, it deletes the "border" */
}
.container {
display: flex;
justify-content: center;
margin: auto 0 250px;
}
.container .fas {
font-size: 15rem;
background-color: rgb(249, 240, 213);
color: rgb(130, 17, 17);
line-height: 0.6;
margin: 30px auto;
text-shadow: 12px 10px 16px rgb(33, 35, 44);
}
.player {
margin: auto 50px;
}
/*Javascript Events*/
.fa-flag {
color: rgb(130, 17, 17);
}