-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
59 lines (37 loc) · 784 Bytes
/
index.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
.container{
max-width: 100%;
}
#titulo{
height:40%;
width:60%;
max-width: 400px;
}
.row{
flex-wrap: nowrap;
}
.col-7{
background-image: URL("https://vader.news/__export/1588965166057/sites/gadgets/img/2020/05/08/2-25193_pokemon-ball-transparent-background-transparent-background-pokeball-png.png_423682103.png");
background-repeat:no-repeat;
background-position: 100% 50%;
background-attachment: fixed;
background-size: contain;
opacity:0.5;
background-clip: border-box;
}
.pagination{
margin:1% 1%;
flex-wrap: wrap;
}
.list-group{
min-width: 120px;
margin-left:5%;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
object-fit: contain;
}
.oculto{
display:none;
}