Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 567 Bytes

step_7.md

File metadata and controls

23 lines (16 loc) · 567 Bytes

--- challenge ---

Défi: Rends ton affiche encore plus cool !

Ajoute plus de code CSS pour styliser tes titres <h3> et tes paragraphes.

capture d’écran

Voici une liste de certaines propriétés CSS que tu peux utiliser :

color: black;
background: white;
font-family: Arial / Comic Sans MS / Courier / Impact / Tahoma;
font-size: 12pt;
font-weight: bold;
text-decoration: underline overline line-through;
margin: 10px;
padding: 10px;
width: 100px;
height: 100px;

--- /challenge ---