Posts

Showing posts from April 14, 2024

Overly home menu left top and down

Image
how to make hamburger menu with left up and down menu using html CSS and JavaScript. three menu are showing with different scenario with each other. Source code link Watch short for more details 

Overly home down menu

Image
Let's  make a hamburger menu that move down and up movement and take up short time of interval animation. This type of hamburger will cover the entire screen at a time to open the man menu to navigate the menu. After opening the man menu a close icon will navigate to close the menu and navigate menu once again. For more details watch the video  Source code of Over home down menu HTML <! DOCTYPE html > < html > < head > < meta name = "viewport" content = "width=device-width, initial-scale=1" > < link rel = "stylesheet" href = "style.css" > </ head > < body > < div id = "myNav" class = "overlay" >   < a href = "javascript:void(0)" class = "closebtn" onclick = " closeNav ()" > &times; </ a >   < div class = "overlay-content" >     < a href = "#" > Home </ a >     < a href = &quo