-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame.css
More file actions
49 lines (42 loc) · 663 Bytes
/
Copy pathgame.css
File metadata and controls
49 lines (42 loc) · 663 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
h1{
font-family: fantasy;
font-size: 60px;
}
div{
font-family: monospace;
text-align: center;
}
button {
border-radius: 15px;
font-family: Courier New;
color: #ffffff;
font-size: 12px;
background: #3498db;
padding: 10px 20px 10px 20px;
cursor: pointer;
}
body {
background-color: powderblue;
}
#winGif{
display: none;
position: absolute;
left: 0; right:0;
margin: auto;
}
#loseGif1{
display: none;
left: 0; right:0;
margin: auto;
max-width: 50%;
height: auto;
}
#tryagain {
margin-left: auto;
margin-right: auto;
display: none;
}
#music{
display: none;
autoplay: true;
}