Utiliser css font

posted in: css | 0

Ceci est un titre.

Ceci est un paragraphe.
Le code expliqué

<style>
h3 {
color:blue;
font-family:verdana;
font-size:300%;
}
p {
color:red;
font-family:courier;
font-size:160%;
}
</style>
<h3>Ceci est un titre.</h3>
<p>Ceci est un paragraphe.</p>

logowebmaster1