Please how can i create icon menu bar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please how can i create icon menu bar

Icon menu bar with html

30th Oct 2020, 6:52 PM
Blesinto
2 Answers
+ 3
There are a lot of ways but I recommend a font-based icon CSS library. This is the most popular way to implement icons. Font Awesome is very popular. More details at: https://fontawesome.com/icons?d=gallery If you're using Bootstrap 3 or older, you can use its glyph icons. Bootstrap 4 and later removed the glyph icons, though. More details at: https://glyphicons.bootstrapcheatsheets.com/ There are many other font-based icon CSS libraries including Simple Line Icons. Your website will look more consistent if you stick to 1 font library for all of your icons.
31st Oct 2020, 7:19 AM
Josh Greig
Josh Greig - avatar