Lisää toimintoja
< Malline:Etusivu | Header
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 4: | Rivi 4: | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
} | |||
.fp-header img { | |||
max-width: 90vw; | |||
height: auto; | |||
} | } | ||
Versio 2. marraskuuta 2023 kello 21.23
.fp-header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.fp-header img {
max-width: 90vw;
height: auto;
}
.fp-header-text {
text-align: center;
}
.fp-header-text h1 {
margin-top: 1rem;
}