0
Menu
Does anyone know how to make a submenue zhats not open in the first loading of the page? https://code.sololearn.com/WUh7zCTWaBM4/?ref=app
2 Réponses
+ 3
Add display: none to the css section
.submenu {
display: none;
}
And it might work
Note: you webpage is not responsive and is not showing well on my iPad device
+ 1
I know i am working on the responsivness