Просмотр поста

.
BoGdAn
I'm the Cult of Personality...
# _Shaman_ (23.10.2013 / 16:14)
Как изменить фон страниц?
В css
body {
background: green;
font-size: 16px;
color: #618caf;
margin: auto;
max-width: 550px;
font-family: Arial;
}
Дает зеленый цвет вокруг сайта. Н
body {
background-color: green;
font-size: 16px;
color: #618caf;
margin: auto;
max-width: 550px;
font-family: Arial;
}