Не появляется картинка background!
Имеется папка img, в ней как понятно img и в ней лежит файл first-bg.jpg.
А вот и код
HTML5<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Название потом придумаю!</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<header>
<div class="container">
dddd
</div>
</header>
<section>
<div class="container">
</div>
</section>
<section>
<div class="container">
</div>
</section>
<section>
<div class="container">
</div>
</section>
<footer>
<div class="container">
</div>
</footer>
</body>
</hnml>
и cssheader {
background-image: url(img/first-bg.jpg) no-repeat center top / cover;
height: 100vh;
}