This project features an animated burger button, showcasing CSS animations and hover effects.
Built with:
HTML:
Markup language for creating the structure.CSS:
For styling and animations.
To view and interact with the animated burger button:
- Download the project files.
- Open the
index.html
file in Visual Studio Code. - Use the Live Server extension in VS Code to view the project in your web browser.
Hover over and click the burger button to see the animations in action.
Here are the key files and their purposes:
- index.html: The main HTML file containing the structure of the burger button.
- style.css: The CSS file that styles the burger button and adds animations.
Feel free to explore and customize these files to suit your needs!
- The animated burger button is responsive, ensuring a seamless experience on both desktops and mobile devices.
The burger button features various CSS animations that activate on hover and click events. Hereβs an overview:
- Bun: Animates with a rotation effect.
- Lettuce: Animates with a sliding effect.
- Tomato: Wriggles slightly.
- Pickles: Switch positions.
- Cheese: Rotates dynamically.
- Patty: Wriggles slightly.