+ 1
How to add mega menu to css nav bar
1 Resposta
+ 3
Priyanka Khatri
create your own mega menu
1.Create navbar
2. Create div with id submenu (MegaMenu tabs ) with css property display none
3. make navbar li:hover #submenu{ display:block;}
checkout my code
https://code.sololearn.com/W3SdIRdDtEzJ/#html