Bonsoir,
Tout est dit dans le titre.
J'ai tenté toutes les unités...
Pour greenp : impeccable.
Le jaune p me pose problème. A mon avis, surtout à cause des marges. A vérifier.
Voici le peu de CSS concernées :
ça ne doit pas être grand chose (j'y arrive bien pour le texte vertical
Mais pas pour l'horizontal
Merci et bon week-end,
P.
Modifié par PLGPPUR (22 Oct 2022 - 22:22)
Tout est dit dans le titre.
J'ai tenté toutes les unités...
Pour greenp : impeccable.
Le jaune p me pose problème. A mon avis, surtout à cause des marges. A vérifier.
Voici le peu de CSS concernées :
#green {
height: 100vh!important;
background-color: yellow;
overflow:hidden;
text-align: center;
}
#green p{
font-size: 140vw!important;
transform: rotate(-90deg);
margin-left: -0.38em;tex-align: left;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
#jaune {
height: 100vh!important;
background-color: yellow;
overflow:hidden;
text-align: center;
}
#jaune p{
margin-top:-0.2em;
position: relative;
font-size: 114vh!important;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
ça ne doit pas être grand chose (j'y arrive bien pour le texte vertical
Mais pas pour l'horizontal
Merci et bon week-end,
P.
Modifié par PLGPPUR (22 Oct 2022 - 22:22)