sticky navbar navbar always on the top of viewport

PHOTO EMBED

Sat Dec 24 2022 01:06:27 GMT+0000 (Coordinated Universal Time)

Saved by @benjaminb #reset

#header {
position: fixed;
width: 100%;
top:0;
left:0;
background-color: #cc0000;
color: white;
font-family: 'Exo 2', sans-serif;
padding: 1em;
}
content_copyCOPY

https://www.freecodecamp.org/news/how-to-keep-a-navbar-at-the-top-of-my-viewport/