I am trying to make my background image fit 100% screen width and hight. But it does not even show my image. Any that can tell me, what i am doing wrong.
Here you can see the code, that i've tryed. And i don't get why it dont work.
<section id="forside" >
<div class="container">
<div class="row">
</div>
</div>
</section>
#forside {
background: url(images/FBIlled.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
My image is not even getting showen. It's just blank. I wish that my section with id="forside" had the image FBIlled to be 100% screen width and hight. Full code can be showen here: https://codepen.io/anon/pen/maLYrZ