-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add initial HTML structure for bouncing ball #3133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add initial HTML structure for bouncing ball #3133
Conversation
Aloha @Hitesh-Bhor28 🙌 - Thanks for your contribution! FeedbackTip You can refer to README.md for additional guidance.
Happy Coding! 🚀 |
Aloha @Hitesh-Bhor28 🙌 - Thanks for your contribution! FeedbackTip You can refer to README.md for additional guidance.
Happy Coding! 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hitesh-Bhor28 Aloha 🙌
Currently you've committed one file ( index.html ) in a folder not within Art/ folder - feel free to review README.md for more guidance
README_LINK_MD: README.md FeedbackTip You can refer to README.md for additional guidance.
Happy Coding! 🚀 |
Aloha @Hitesh-Bhor28 🙌 - Thanks for your contribution! FeedbackTip You can refer to README.md for additional guidance.
Happy Coding! 🚀 |
What I did
Created a simple bouncing ball animation using only HTML and CSS. The animation loops continuously without requiring any user interaction. The ball moves up and down smoothly on a gradient background.
Files included:
index.html — contains the HTML structure with a div for the ball
styles.css — CSS for the ball, background, and animation
meta.json — contains GitHub username and animation name