-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
75 lines (66 loc) · 1.26 KB
/
estilo.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
*{
font-family: 'Courier', Courier New, monospace;
}
body{
background-color: #2a5792;
}
section{
background-image: url(./pokedexbacweb.png);
background-repeat: no-repeat;
height: 672px;
margin: 220px;
margin-top: 30px;
margin-bottom: 30px;
padding: 100px;
}
.ladoI{
padding: 10px;
width: 420px;
position: absolute;
top: 25%;
left: 19%;
}
.ladoD{
background-color: beige;
padding: 10px;
border-radius: 10px;
width: 420px;
position: absolute;
top: 39%;
right: 17%;
}
h1, h2, h3{
background-color: rgb(70, 70, 70);
font-size: 28px;
color: gold;
border-radius: 10px;
padding: 10px;
text-align: center;
}
.imagen{
background-color: #55ab62;
border-radius: 10px;
position: relative;
left: 19%;
}
.caja{
height: 20px;
width: 195px;
position: relative;
left: 24%;
margin: 10px;
border-radius: 5px;
}
.boton{
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 5px;
background-color: #095378;
font-size: 18px;
font-weight: bold;
color: gold;
border-radius: 10px;
position: relative;
left: 27%;
}