I want to create a category navbar for a jelwlery website using Bulma style and
ID: 3724128 • Letter: I
Question
I want to create a category navbar for a jelwlery website using Bulma style and I want the navbar to locate on the left side. it should look like something like this I would appreciate it if all of them could be a drop box.
Ring
Necklace
Pendants
Earing
Dangles
Bracelets
I Just want all the categories to line as I wrote it above and have something nice future added to it if its possible. and PLEASE MAKE SURE TO USE BULMA because we are using that and it has to much with the rest of the style. and thank you.
Explanation / Answer
<nav class="navbar" role="navigation" aria-label="dropdown navigation">
<div class="navbar-item has-dropdown is-active">
<a class="navbar-link">
Ring
</a>
<div class="navbar-dropdown">
<a class="navbar-item">
Necklace
</a>
<a class="navbar-item">
Pendants
</a>
<a class="navbar-item">
Earing
</a>
<a class="navbar-item">
Dangles
</a>
<a class="navbar-item">
Bracelets
</a>
</div>
</div>
</nav>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.