427
edições
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 2 599: | Linha 2 599: | ||
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); | ||
} | |||
.square-box-fishing img { | |||
width: 60px; | |||
height: 60px; | |||
max-width: 100%; | |||
max-height: 100%; | |||
margin-top: 30px; | |||
} | |||
.square-box-fishing p { | |||
margin: 10px 0; | |||
} | |||
.square-box-shiny:hover { | |||
transform: scale(1.1); | |||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); | |||
} | |||
.square-div-fishing{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
p.square-name-fishing { | |||
margin: 15px 5px 0px 5px; | |||
line-height: 40px; | |||
font-size: 15px; | |||
text-align: center; | |||
color: black; | |||
} | |||
.square-name-fishing a { | |||
padding: 150px 5px 0px 10px; | |||
color: black; | |||
text-decoration: none; | |||
} | |||
.square-name-fishing b { | |||
color: black; | |||
} | |||
.square-box-fishing a p { | |||
font-size: 0; | |||
height: 220px; | |||
width: 200px; | |||
position: absolute; | |||
} | } | ||