Whats wrong with following code, why is background image not showing:
HTML
<div class="logo"> E </div>
CSS
.logo
{
height: 100%;
width: 100%;
background-image: url("/banner.svg");
}
No rocket science, by using Brackets editor, simply trying to add background-image to a div. Image file is in the same folder as .html and .css file.