moved from kodorvan/understyle

This commit is contained in:
2025-11-23 17:20:17 +07:00
commit 603ef15147
28 changed files with 1072 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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>
```