-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
53 lines (44 loc) · 719 Bytes
/
estilo.css
File metadata and controls
53 lines (44 loc) · 719 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
53
html{
cursor: url(imagens/mata_mosquito.png) 30 30, auto; /*30px para esquerda, 30px para baixo*/
}
body {
background-image: url(imagens/bg.jpg);
background-repeat: no-repeat;
background-size: 100%;
}
.mosquito1 {
width: 50px;
height: 50px;
}
.mosquito2 {
width: 70px;
height: 70px;
}
.mosquito3 {
width: 90px;
height: 90px;
}
.ladoA {
transform: scaleX(1);
}
.ladoB {
transform: scaleX(-1);
}
.painel {
position: absolute;
width: 190px;
padding: 10px;
left: 0px;
bottom: 0px;
border-top: solid 1px #fff;
background-color: #fff;
opacity: 0.7;
}
.vidas {
float: left;
}
.cronometro {
float: left;
font-size: 20px;
font-weight: bold;
}