fr 〉
Programmation / codage 〉
CSS 〉
Comment définir la taille du texte avec CSS

This guide also exist in:
English (English)font-size dans votre feuille de style CSS..montexte{
font-size: 12 px;
}

html{
font-size: 18px;
}
h1{
font-size: 200%;
}
h2{
font-size: 150%;
}
CSS
Comment voir mon User Agent (version du navigateur, appareil...)📁 Programmation / codage