From de18cdb55a175df5ab8eeb990911611e7f3517dd Mon Sep 17 00:00:00 2001 From: Eddking-QS Date: Mon, 9 Sep 2024 14:29:19 +0000 Subject: [PATCH] Add README file --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c0eb69 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# CSS Mini Project: Ferris Wheel + +## Description + +A CSS project to practice CSS animations and keyframes. This project is a simple webpage with a Ferris Wheel animation. The project is designed to rotate the Ferris Wheel using CSS animations and keyframes. + +## Features + +- CSS Animations +- Keyframes +- Flex Box + +## Live Demo + +[Ferris Wheel](https://eddking-qs.github.io/CSS-Mini_Projects-Ferris_Wheel/) + +## Disclaimer + +- This project will not be updated or maintained. It is a simple project to practice CSS animations and keyframes. + +Feel fork this project and style it as you wish. + +Don't forget to star ⭐ this project if you like it!