I'm trying to fix the issue with my header having extra space above it. I want it to be flush against the top of the page. Attached is an image showing the problem.
https://i.sstatic.net/nIFaw.jpg
Take a look at my code below:
body {
background-color: red;
}
#example {
height: 75px;
background-color: #484848;
}
<header id="example">
example
</header>