-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (57 loc) · 1.02 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
#map {
height: 480px;
width: 90%;
margin: 10px auto;
}
.center {
text-align: center;
margin: 300px auto;
}
.b {
background: rgba(0,0,0,0.5);
padding-top: 20px;
overflow-x: auto;
}
body {
color: aliceblue;
background-image: url("bridge-4636745.jpg");
baground-size: cover;
background-repeat: no-repeat;
}
.hidden {
display: none;
}
.playField-wrapper {
min-height: 100px;
width: 100%;
}
#gameOverField {
background-color: crimson;
color: white;
width: 400px;
height: 150px;
text-align: center;
font-size: 1.9rem;
padding-top: 20px;
margin: 30px auto;
border-radius: 5px;
}
#gameOverField > p {
font-size: 1.2rem;
}
.rightAnswer {
font-size: 0.3rem;
}
#winField {
background-image: url('flag.jpg');
background-size: cover;
color: white;
width: 500px;
height: 300px;
text-align: center;
font-size: 3rem;
padding-top: 120px;
margin: 30px auto;
border-radius: 5px;
padding-bottom: 50px;
}