This project demonstrates how to create a colorful heart cursor effect using HTML, CSS, and JavaScript. Hearts of various colors follow the cursor as it moves, 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.
- Multi-Colored Hearts: Various colored hearts are generated, creating a vibrant visual effect.
- Customizable: Easily adjust the heart size, colors, 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-colorful-cursor-move.git
Alternatively, 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" />
<script src="script.js"></script>
- Customize the design and behavior in the style.css and script.js files as needed.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.