Sticky Nav

Create a fixed navbar.

Sticky Nav
style.css

_10
.navbar {
_10
position: sticky;
_10
z-index: 10;
_10
top: 0;
_10
backdrop-filter: saturate(180%) blur(20px);
_10
}

The blur effect is nice. Use it on your website :)