A CSS gradient library with 100+ gradients
GCSS is a CSS library with more than 100 gradients.
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">
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/)
<div class="gcss-{gradient-name}">
</div>