0
Navigation bar in html
Whatâs the best way to design and make a navigation bar responsive in html
6 Answers
+ 3
You can use boostrap.
Check out this lesson about navbar with bootstrap. I know it is a simple example but if you investigate a little more you can see quite practical examples and easy to implement
https://www.sololearn.com/learn/1592/?ref=app
+ 5
Some examples
https://code.sololearn.com/WV52D32J5QUq/?ref=app
https://code.sololearn.com/WQ8lcdeRaCsm/?ref=app
https://code.sololearn.com/WU7l4Cze3Mv8/?ref=app
https://code.sololearn.com/W04AIolsTom9/?ref=app
https://code.sololearn.com/W6N43Gys6Qxu/?ref=app
https://code.sololearn.com/WhX2zjSLx3LJ/?ref=app
+ 2
Guy I'm people who play with you.You're cool make good site
0
i know but i just want to know how to do it traditionally
0
thank you
0
Hello,
You can simply use the bootstrap media-query for the same. Media-query is nothing but simply a different CSS code for the different display sizes. I have tried the code of navigation bar which you can refer at following link.
https://codepen.io/hanlinC/pen/dJwil