This project is part of my CSS learning journey.
In this assignment, I mainly worked with CSS Animations to add motion and effects to elements.
Along with animations, I also used some basic CSS properties for styling.
- HTML5
- CSS3 (Animations, Basic Properties)
- Created animations using @keyframes
- Applied animation properties like
duration,delay,iteration-count, andtiming-function - Combined animations with basic styling (color, margin, padding, etc.)
- Simple and interactive design
- Download or clone the repository.
- Open the
index.htmlfile in your browser.
- Learned how to create animations using @keyframes
- Practiced using animation-related properties
- Understood how to combine animations with normal CSS properties for better effects
- Improved creative CSS design skills