i´d like to make a header with position fixed that covers the whole width and starts at the very top. But when i type in the code below i get this: output .Is there a way i can solve this problem?
#header {
width: 100%;
height: 100px;
background-color: black;
}
<body>
<header id="header"></header>
</body>