How to make dropdown menu with HTML and CSS only? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make dropdown menu with HTML and CSS only?

22nd Sep 2020, 4:56 PM
Aires Punguene
Aires Punguene - avatar
2 Answers
+ 1
Make a div with (menu title & items) using li/a in it . set its height 30px which will be 300px on hover the div . Set transition for height.8s
22nd Sep 2020, 5:41 PM
Divya Mohan
Divya Mohan - avatar
23rd Sep 2020, 2:51 AM
:DD
:DD - avatar