I'm trying so size the banner image with CSS using the % so that it can scale as I resize it. But soon as i set the height of the page as a % then the whole thing disappears.
.banner{
background-image:url(img/banner.PNG);
background-color: rgb(0, 121, 255);
background-repeat:no-repeat;
height: 10%;
width: 100%;
background-size: 100% 100%;
}
So currently it is not not displaying anything because at the moment. How do i get it to display the image ant that it remains 10% of the screen size