Files
icons/README.md

16 lines
427 B
Markdown

# Pure CSS icons
Icons for a wide variety of tasks, drawn entirely in **pure CSS**
*Inspired by and partially borrowed from **[css.gg](https://css.gg/)***
## Intstruction
```HTML
<link type="text/css" rel="stylesheet" href="/css/icons/shopping_cart.css" />
<i class="icon shopping cart"></i>
```
more real and complex:
```HTML
<button style="display: flex; gap: 1rem;"><i class="icon shopping cart"></i>Cart: 0</button>
```