This project demonstrates how to create a "Multi-Heart Cursor" effect using HTML and CSS. When the user moves the cursor, multiple hearts appear and follow the cursor's movement, adding a playful and delightful touch to your web page.
You can see a live demo of the project here.
CLICK HERE TO SUBSCRIBE MY YOUTUBE CHANNEL
- Interactive Design: Hearts follow the cursor movement, providing a fun and engaging user experience.
- Pure CSS and JavaScript: The effect is achieved using HTML, CSS, and a small amount of JavaScript for cursor tracking.
- Customizable: Easily adjust the heart size, color, and number of hearts to fit your design needs.
To use this project, simply download or clone the repository:
git clone https://github.com/logusivam/multi_heart_cursor.gitAlternatively, you can directly copy the HTML, CSS, and JavaScript code into your project files.
- Include the CSS and JavaScript files in your HTML file:
<link rel="stylesheet" href="style.css" type="text/css">
- Customize the design and behavior in the
style.cssFILE andjsCODE as needed.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.