
CSS
39
Вклад в тег
background: url(img/first-bg.jpg) no-repeat center top / cover;
background-image: url(img/first-bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;