Skip to content

th-256/GCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCSS

A CSS gradient library with 100+ gradients

What is GCSS?

GCSS is a CSS library with more than 100 gradients.

How to use GCSS?

Installation

Paste following in the <head> tag of your document.

<link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/th-256/GCSS/master/g.csss">

Usage

Just add the classname of the gradient you wan't to use to your element.

(You can find all classnames at https://th-256.github.io/GCSS/docs/)

Example

<div class="gcss-{gradient-name}">
</div>