Answers for "how to fix navbar at top in css"

CSS
1

fixe a navbar at the top

position: fixed;
width: 100%;
z-index: 99999999;
Posted by: Guest on March-19-2022
3

fixed-top navbar

nav class="navbar navbar-expand-sm bg-light fixed-top">
Posted by: Guest on September-13-2021

Browse Popular Code Answers by Language