Why is at my Website link between the navigation elements a space and why is a whitebar under the header image?
marginand paddingis set to 0 everywhere i thought. No plan...
Why is at my Website link between the navigation elements a space and why is a whitebar under the header image?
marginand paddingis set to 0 everywhere i thought. No plan...
 
    
    Put your image inside a div
<div style="height:350px; width:800px;"><img src="/assets/header.png"></div>
 
    
    for fixing the navigation:
nav li {
    padding: 0px;
}
The second white space, I believe, is caused by the header (h1 tag)
