-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
52 lines (50 loc) · 700 Bytes
/
main.css
File metadata and controls
52 lines (50 loc) · 700 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
#score
{
font-size: xx-large;
}
body
{
/* background-image: url('image/game_bg.jpg'); */
background-repeat: no-repeat;
background-size: cover;
}
#cvs
{
margin-top: 1%;
border:5px solid rgb(231, 231, 236);
}
#left,#right,#rotate,#down{
width: 50px;
height: 50px;
cursor: pointer;
}
#down i
{
margin-top:-15px;
}
#speed
{
width:100px;
}
body
{
background-image: url('Images/bg1.png');
}
.gameOver
{
background-color: rgba(240, 248, 255, 0.568);
width:40%;
margin-top: 2%;
border-radius: 10px;
padding:20px;
}
#play_again,#finish
{
font-size: large;
margin-top:2%;
}
#play_again
{
margin-right:10%;
margin-left:5%;
}