10 587
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 2 006: | Linha 2 006: | ||
/* Teste Pokedex */ | /* Teste Pokedex */ | ||
Linha 2 011: | Linha 2 012: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | |||
} | } | ||
Linha 2 022: | Linha 2 024: | ||
border-radius: 5px; | border-radius: 5px; | ||
margin: 0 5px 5px 0; | margin: 0 5px 5px 0; | ||
overflow: hidden; | |||
transition-duration: 0.3s !important; | |||
transition: transform 0.3s, box-shadow 0.3s; | |||
margin: 15px 25px; | |||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | |||
} | |||
.square-box-pokedex img{ | |||
width: 60px; | |||
height: 60px; | |||
max-width: 100%; | |||
max-height: 100%; | |||
margin-top: 30px; | |||
} | |||
.square-box-pokedex p{ | |||
margin: 10px 0; | |||
} | |||
.square-box-pokedex:hover{ | |||
transform: scale(1.1); | |||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); | |||
} | |||
p.square-name-pokedex { | |||
margin: 0px 5px 0px 5px; | |||
line-height: 100px; | |||
font-size: 15px; | |||
font-weight: bold; | |||
text-align: center; | |||
} | } | ||
Linha 2 033: | Linha 2 065: | ||
margin: 2px 0; | margin: 2px 0; | ||
font-weight: normal; | font-weight: normal; | ||
} | |||
.square-box-pokedex a p { | |||
font-size: 0; | |||
height: 200px; | |||
width: 200px; | |||
position: absolute; | |||
} | } |