Добрый день!
Хочу поменять фон background на своё фото.
Было:
/*--------------------- General styles start ---------------------*/
body {
margin: 0px;
background-color: #c3c2ae;
font: 11px 'Trebuchet MS';
color: #5d5d5d;
text-align: center;
}
Сделала:
/*--------------------- General styles start ---------------------*/
body {
margin: 0px;
background: url (http://ourstranstvia.ru/IMG_5374.jpg);
background-size: cover;
font: 11px 'Trebuchet MS';
color: #5d5d5d;
text-align: center;
}
Ничего на сайте не изменилось :(