Advertisement
sriyanto

Bottom Fixed Navbar

Aug 8th, 2021
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.39 KB | None | 0 0
  1. <body style="height:1500px">
  2.  
  3. <nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-bottom">
  4.   <a class="navbar-brand" href="#">Logo</a>
  5.   <ul class="navbar-nav">
  6.     <li class="nav-item">
  7.       <a class="nav-link" href="javascript:void(0)">Link</a>
  8.     </li>
  9.     <li class="nav-item">
  10.       <a class="nav-link" href="javascript:void(0)">Link</a>
  11.     </li>
  12.   </ul>
  13. </nav>
  14. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement