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

fix: image links

+2 -2
+2 -2
README.md
··· 89 89 </header> 90 90 ``` 91 91 92 - ![Example of a header using traditional navigation](.github/static/header-traditional.png) 92 + ![Example of a header using traditional navigation](.tangled/static/header-traditional.png) 93 93 94 94 If you'd like, you could instead use [breadcrumb navigation](https://en.wikipedia.org/wiki/Breadcrumb_navigation). If you're using the header-oneline addon while doing this, it's recommended to remove all other elements in the header and move `<h1>` to `<main>`. 95 95 ··· 103 103 </header> 104 104 ``` 105 105 106 - ![Example of a header using breadcrumb navigation](.github/static/header-breadcrumb.png) 106 + ![Example of a header using breadcrumb navigation](.tangled/static/header-breadcrumb.png) 107 107 108 108 ### Main 109 109