tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

chore: update readme

+12
+12
README.md
··· 25 25 26 26 dev.css was not meant for very complex websites. Although, if you need something more complex, you could build from/modify this stylesheet for your website. An example of a site that uses dev.css is [SkywardMC's wiki](https://skywardmc.org). 27 27 28 + If you're using dev.css on your site, feel free to use this "powered by dev.css" badge if you want to promote the project: 29 + 30 + ```html 31 + <a href="https://devcss.devins.page" 32 + ><img 33 + src="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@4/badge.svg" 34 + alt="powered by dev.css" 35 + /></a> 36 + ``` 37 + 38 + <a href="https://devcss.devins.page"><img src="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@4/badge.svg" alt="powered by dev.css" /></a> 39 + 28 40 ## Installing 29 41 30 42 ### HTML import