Hi! I’m hoping to do some custom CSS to allow
header-nav
to float in a fixed position as the user scrolls. That way the navigation is always available regardless of where you are on the page.
I tried
header-nav {
position: fixed;
}
and a few other combinations, but I was unsuccessful. Any suggestions?