Build a Responsive, Mobile-Friendly, Web Navigation Menu Bar using HTML, CSS and JavaScript.

Описание к видео Build a Responsive, Mobile-Friendly, Web Navigation Menu Bar using HTML, CSS and JavaScript.

Learn how to build a responsive and mobile friendly web navigation menu bar aka navbar aka hamburger menu using HTML, CSS and JavaScript in a few minutes. This menu works well in desktops, laptops, tablets and mobiles.

Please note: Here I have made a fixed navigation menu, which will always stick to the top of your viewport. I have mistakenly added a "position: relative" to my 'nav' element. It will be replaced by "position: fixed; top: 0; z-index: 10". These changes are updated in the code repo.

You can find the source code using below link:
https://github.com/thenoobcode/respon...

To use google fonts, use below link:
https://fonts.google.com

To use material icons, use below link:
https://fonts.google.com/icons
https://developers.google.com/fonts/d...

This tutorial primarily makes use of CSS flexbox and media queries. Links are below:
https://www.w3schools.com/css/css3_fl...
https://www.w3schools.com/css/css_rwd...

Please click below to checkout my earlier tutorial to create a shine effect using CSS and HTML.
   • Create a Shine Animation Effect using...  

Please share the video with your friends and colleagues to help them with creating elegant UI. Comment and let me know your feedback about the video and if it did help you. Also, what next would you like to build on this channel.

Please subscribe the channel and click the bell notification icon if you wish to see more such videos from me.

Комментарии

Информация по комментариям в разработке