Navigation Bar Using HTML & CSS | HTML & CSS Tutorial
In this video, we are going to create a simple Navigation Bar using HTML and CSS. Also we will make the navigation bar fixed at the top of the webpage. https://www.youtube.com/watch?v=obD48HjV81w Source Code : <html> <head> <meta…
How to create Sticky Navbar on scroll ?
In this tutorial, we will be learning to create sticky navbar on scroll using CSS and few lines of JavaScript code. https://www.youtube.com/watch?v=RCvoPMW8X2g Source Code : <style type="text/css"> body{ background-color: #aacad6; margin:0; }…