Files
icons/README.md

20 lines
644 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>
```
## Demonstration
<img src="assets/1.png" alt="Demonstration image" height="200"/>
<img src="assets/2.png" alt="Demonstration image" height="200"/><br/>
<img src="assets/3.png" alt="Demonstration image" height="200"/>