forked from CodDev2018/temosQuePegar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
47 lines (41 loc) · 826 Bytes
/
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
html, body{
height: 100%;
margin: 0;
padding: 0;
}
body {
background-Image: URL("imgs/pokemon-background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h1 {
text-align: center;
margin: 0;
padding: 10px 0 0;
}
h1 img {
height: 90px;
}
.bola {
width: 60px;
height: 60px;
background-color: #000000;
border-radius: 100px;
position: absolute;
background-Image: URL("imgs/pokemon0.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.score {
position: absolute;
top: 0;
left: 0;
border: 3px solid black;
background-color: red;
padding: 5px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: bold;
color: white;
}