Lisää toimintoja
< Malline:Etusivu | Nappula
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa Merkkaus: Palautettu |
||
Rivi 10: | Rivi 10: | ||
.fp-button { | .fp-button { | ||
height: 100%; | height: 100%; | ||
} | |||
.fp-button:hover p > a, | |||
.fp-button:focus p > a { | |||
text-decoration: underline; | |||
} | } |
Versio 11. joulukuuta 2024 kello 19.16
.fp-button, .fp-button p { display: flex; text-align: center; flex-direction: column; align-items: center; gap: 0.5rem; } .fp-button { height: 100%; } .fp-button:hover p > a, .fp-button:focus p > a { text-decoration: underline; }