Sticky Nav
Create a fixed navbar.
.navbar {
position: sticky;
z-index: 10;
top: 0;
backdrop-filter: saturate(180%) blur(20px);
}
The blur effect is nice. Used on this site.
Create a fixed navbar.
.navbar {
position: sticky;
z-index: 10;
top: 0;
backdrop-filter: saturate(180%) blur(20px);
}
The blur effect is nice. Used on this site.