581
edições
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 2 776: | Linha 2 776: | ||
margin: 15px 25px; | margin: 15px 25px; | ||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | ||
position: relative; | |||
} | } | ||
. | /* Imagem do Pokémon */ | ||
.poke-img { | |||
width: 60px; | width: 60px; | ||
height: 60px; | height: 60px; | ||
| Linha 2 786: | Linha 2 788: | ||
} | } | ||
/* Imagem da bola fixa no fundo */ | |||
.ball-img { | |||
width: 60px; | |||
height: 60px; | |||
position: absolute; | |||
bottom: 8px; | |||
left: 50%; | |||
transform: translateX(-50%); | |||
} | |||
/* Textos */ | |||
.square-box-test p { | .square-box-test p { | ||
margin: 10px 0; | margin: 10px 0; | ||
} | } | ||
.square-div-test { | .square-div-test { | ||