Utiliser css margin

posted in: css | 0

Ceci est un titre

Ceci est un paragraphe.

Ceci est un autre paragraphe.

Ceci est encore un paragraphe.

Le code expliqué

<style>
p {
border:1px solid grey;
padding:10px;
margin:30px;
}
</style>
<h1>Ceci est un titre</h1>
<p>Ceci est un paragraphe.</p>
<p>Ceci est un autre paragraphe.</p>
<p>Ceci est encore un paragraphe.</p>

logowebmaster1