Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.15 KB

File metadata and controls

31 lines (21 loc) · 1.15 KB

Overview

This project is a Gradient Generator created using HTML, CSS, and JavaScript. It allows users to generate custom gradients using a user-friendly interface. Features

Custom Gradient Creation: Easily create custom gradients by selecting colors and adjusting parameters.
Live Preview: Instantly visualize the gradient changes in real-time.
Copy Gradient CSS: Copy the generated gradient CSS code to use in your projects.

Installation

To use the Gradient Generator:

Clone this repository: git clone https://github.com/your_username/Gradient-Generator.git
Open index.html in your preferred web browser.

Usage

Select colors using the color pickers or input your own HEX codes.
Adjust parameters (direction, type) to customize the gradient.
Copy the generated CSS code and use it in your projects.

Contributing

Contributions are welcome! If you'd like to enhance this project, follow these steps:

Fork the project.
Create your feature branch (git checkout -b feature/YourFeature).
Commit your changes (git commit -m 'Add some feature').
Push to the branch (git push origin feature/YourFeature).
Open a pull request.