+ 2

What is the simplest way to get a three line menu button in html?

What is the simplest way to get a three line menu button in html?

17th Dec 2018, 9:38 PM
Sami Haroon
7 odpowiedzi
+ 2
Hi Sami Haroon, To accomplish this, one of the simplest ways is: to work with div classes within a main div. The main div will act as the whole menu as the div classes will animate the three menu lines. Here is a snippet, hope it helps👍 https://code.sololearn.com/Wu2k1TqOHFgv/?ref=app
17th Dec 2018, 10:52 PM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
+ 2
This is the simplest and nice looking menu too. Just add html <i class="fas fa-bars"></i> https://code.sololearn.com/WLk6Oh32kD43/?ref=app
18th Dec 2018, 12:27 AM
Calviղ
Calviղ - avatar
18th Dec 2018, 5:52 PM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
+ 1
Thanks a lot for taking the time to write this. It helped a lot :)
17th Dec 2018, 10:57 PM
Sami Haroon
0
Wow
18th Dec 2018, 6:04 AM
GBD
GBD - avatar
0
Vincent Berger, how would you add lines/links to yours?
18th Dec 2018, 4:44 PM
Sami Haroon
0
Vincent Berger, How would you get a link to another page on your website, <a href"what">
20th Dec 2018, 3:50 PM
Sami Haroon