This is a fun HTML and CSS project that creates a cute sticker of a cartoon character. The sticker includes features like eyes, nose, mouth, ears, and legs, all designed using HTML and styled using CSS. When hovering over the sticker, there are animations applied to the eyes and mouth to add an interactive element .
- Clone this repository to your local machine.
- Open the
index.html
file in a web browser. - Hover over the sticker to see the animations.
The HTML code defines the structure of the sticker using various elements such as <div>
, <span>
, and pseudo-elements.
The CSS code provides styling for each component of the sticker, including colors, shapes, sizes, and animations.
This project was created by Aarzoo as a fun exercise in HTML and CSS.
This project is licensed under the MIT License - see the LICENSE file for details.