Hello
I have a small problem in the tutorial of the CSS (see below).
body
{
width: 760px;
margin: Self; / * To center our page * /
margin-top: 20px; / * To avoid sticking with the top of the browser window. Try to show off! * /
margin-bottom: 20px; / * Ditto for the bottom of the browser * /
background-image: url ("images / fond.png); / * A little background image to avoid having an old white background: p * /
}
<code type="Css">