To dynamically change the navbar appearance based on scroll position, the Bootstrap class 'navbar-___' is used.

  • inverse
  • fixed
  • transparent
  • scroll
The correct option is 'fixed'. The class 'navbar-fixed' in Bootstrap is used to create a fixed navbar that remains at the top of the page, even when the user scrolls down.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *