...

/

Customize the Navbar for the Movie Streaming Website

Customize the Navbar for the Movie Streaming Website

Build a dark dropdown, adjust content, and build a custom input in the navbar.

We'll cover the following...

Currently, the website only contains the navbar section. We need to resolve some issues and change content before moving on to the next section. Let's take a look at how it looks right now.

  • HTML
html
Current website

Dark dropdown

We have switched the navbar theme from light mode to dark mode, but the dropdown didn't change to dark mode. Try toggling the dropdown to see it. We can add the .dropdown-menu-dark class to change the dropdown menu theme to dark mode. Let's see it in action.

  • HTML
html
Navbar with dark dropdown
...