File tree 1 file changed +17
-17
lines changed 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -10,30 +10,30 @@ html {
10
10
11
11
body {
12
12
padding : 0 ;
13
- margin : 0 ;
13
+ margin : 0 ;
14
14
font-family : 'Amatic SC' , cursive;
15
15
}
16
16
17
17
h1 {
18
18
text-align : center;
19
19
font-size : 10rem ;
20
- line-height : 1 ;
20
+ line-height : 1 ;
21
21
margin-bottom : 0 ;
22
22
}
23
23
24
24
.score {
25
- background : rgba (255 , 255 , 255 , 0.2 );
26
- padding : 0 3rem ;
27
- line-height : 1 ;
28
- border-radius : 1rem ;
25
+ background : rgba (255 , 255 , 255 , 0.2 );
26
+ padding : 0 3rem ;
27
+ line-height : 1 ;
28
+ border-radius : 1rem ;
29
29
}
30
30
31
31
.game {
32
- width : 600px ;
33
- height : 400px ;
34
- display : flex;
35
- flex-wrap : wrap;
36
- margin : 0 auto;
32
+ width : 600px ;
33
+ height : 400px ;
34
+ display : flex;
35
+ flex-wrap : wrap;
36
+ margin : 0 auto;
37
37
}
38
38
39
39
.hole {
45
45
.hole : after {
46
46
display : block;
47
47
background : url (dirt.svg) bottom center no-repeat;
48
- background-size : contain;
49
- content : '' ;
48
+ background-size : contain;
49
+ content : '' ;
50
50
width : 100% ;
51
51
height : 70px ;
52
52
position : absolute;
53
53
z-index : 2 ;
54
- bottom : -30px ;
54
+ bottom : -30px ;
55
55
}
56
56
57
57
.mole {
58
- background : url ('mole.svg' ) bottom center no-repeat;
59
- background-size : 60% ;
58
+ background : url ('mole.svg' ) bottom center no-repeat;
59
+ background-size : 60% ;
60
60
position : absolute;
61
61
top : 100% ;
62
62
width : 100% ;
65
65
}
66
66
67
67
.hole .up .mole {
68
- top : 0 ;
68
+ top : 0 ;
69
69
}
You can’t perform that action at this time.
0 commit comments