Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.43 KB

File metadata and controls

37 lines (24 loc) · 1.43 KB

Multi-Colored Heart Cursor Effect

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.

Demo

You can see a live demo of the project here.

CLICK HERE TO SUBSCRIBE MY YOUTUBE CHANNEL

Features

  • 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.

Installation

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.

Usage

  1. Include the CSS and JavaScript files in your HTML file:
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="script.js"></script>

  1. Customize the design and behavior in the style.css and script.js files as needed.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.