code backgroind code example
Example: mettre image in the background
body {
color:black;
background-color:white;
background-image:url(images/image_de_fond.png);
}
body {
color:black;
background-color:white;
background-image:url(images/image_de_fond.png);
}