Skip to content

Latest commit

 

History

History

008-Gradient_Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Gradient Generator(Using Two Colours)

CSS Gradient Generator is a small tool that allows you to create a gradient background for your website using two colours and eight predefined directions.

Prerequisites

Things you need to get started:

  • Some necessory extentions, I used live server or you can download anyone similar to this for live preview on the marketplace.
  • A cool text editor, I recommend using VSCode
  • knowledge of HTML, CSS, JAVASCRIPT

How to setup this project!!

Use git clone "repository url" and you can see the live preview or you see in the given below image Web Output:

WebOutput

File structure
.
├── App                    # Application Source Code    
        ├── css            # Contains all CSS files   
        └── js             # Contains all JS files               
├── assets
├── Index.html                                            
└── README.md