Comment changer l'arrière-plan de la page dans CSS
body {
/* this changes the page's background to green */
background-color: green;
}
Cheerful Cardinal
body {
/* this changes the page's background to green */
background-color: green;
}