This project demonstrates how to create a card tilt effect with a 3D perspective using HTML, CSS, and JavaScript.
The project utilizes the following components:
- HTML: Defines the structure of the card and its contents.
- CSS: Adds styles for the card layout, tilt effect, and additional visual enhancements.
- JavaScript: Implements the tilt effect using the VanillaTilt library to add a dynamic 3D perspective to the card.
- Clone this repository to your local machine:
git clone https://github.com/vivek20Eng/Card-tilt.git
- Open the project directory in Visual Studio Code.
- Use the Live Server extension to run the index.html file:
- Install the Live Server extension if you haven't already.
- Right-click on the index.html file in the project explorer.
- Select "Open with Live Server" from the context menu.
- Your default web browser should open automatically, displaying the card tilt effect in action.