
This project showcase how to create shapes (e.g. square, circle, ribbon, triangle, etc) using CSS background and gradient properties.
How to use it:
Goto the Gradient Shapes page.
Copy and paste the CSS snippets into your project.
{
background:
linear-gradient(currentColor, currentColor)
50% 50% / 50% 50%
no-repeat;
}






