I have added css property correctly in style.css and all other things are also right but still its not getting on screen
css:
.header {
width: 100%;
height: 100vh;
background-image: url(background.png);
background-size: cover;
background-position: center;
}
html:
<body>
<div class="header" id="header">
</div>
</body>