-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame1.css
More file actions
66 lines (61 loc) · 1.06 KB
/
game1.css
File metadata and controls
66 lines (61 loc) · 1.06 KB
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
*{
padding: 0;
margin: 0;
}
body{
background-image: url(images/background.png);
}
.read{
text-align: center;
font-size: 2.5em;
font-family: 'Paytone One', sans-serif;
font-weight: 400;
color:rgb(248, 203, 55);
text-shadow: -2px 2px 0 #fff, 2px 2px 0 #fff,2px -2px 0 #fff, -2px -2px 0 #fff;
letter-spacing: 0.1em;
}
.question{
color: #fff;
font-size: 2.2em;
font-family: 'Paytone One', sans-serif;
text-align: center;
padding-top: 2em;
}
.q{
font-size: larger;
color:rgb(248, 203, 55);
}
.imgs
{
height: 200px;
width: 200px;
}
.items{
display: flex;
justify-content: space-evenly;
list-style: none;
color: #fff;
font-size: 2.2em;
}
.controls
{
display: flex;
justify-content: space-evenly;
padding-top: 3.2em;
}
.next .reset{
background-color: transparent;
color: none;
outline: none;
border: ;
}
.fas{
background-color:transparent;
color:rgb(248, 203, 55);
cursor: pointer;
}
.fas:hover{
}
.control-options{
list-style: none;
}