Как изменить фон страницы в 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;
}