Author: | yuanchuan |
---|---|
Views Total: | 392 views |
Official Page: | Go to website |
Last Update: | October 19, 2018 |
License: | MIT |
Preview:

Description:
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; }