Posts

Showing posts with the label Web Development

Responsive Navigation Bar using Only HTML and CSS

Image
Responsive Navigation Bar NavBar Demo 👇 (Try to adjust your screen size to see responsiveness, Thank You!) NavBar LOGO HOME ABOUT SKILLS GALLERY CONTACT ME HTML: <!--RESPONSIVE NAVBAR--> <!DOCTYPE html> < html lang =" en " dir =" ltr "> < head >      < meta charset =" utf-8 " >      < meta name =" viewport " content =" width=device-width, initial-scale=1.0 ">      < title > NavBar </ title >      < link rel =" stylesheet " href =" styles.css ">      < script src =" https://kit.fontawesome.com/a076d05399.js "></ script > </ head > < body >      < label for =" logo "> < a href =" #home " clas...