stylesheet.css
stylesheet.css
—
Cascading Style Sheet,
0Kb
Contenu du fichier
h1 {
font-size: xx-large;
color: red;
}
h2 {
font-size: x-large;
color: green;
}
h3 {
font-size: large;
color:blue;
}

