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

feat: sample sidebar in website

+29
+29
index.html
··· 42 42 </nav> 43 43 </header> 44 44 45 + <aside> 46 + <details open> 47 + <summary>Sidebar</summary> 48 + <p> 49 + Optional sidebar that you can use for pretty much anything. See the 50 + README on GitHub for more information. 51 + </p> 52 + <ul> 53 + <li><a href="https://example.org">Page 1</a></li> 54 + <li><a href="https://example.org">Page 2</a></li> 55 + <li><a href="https://example.org">Page 3</a></li> 56 + <li> 57 + <a href="https://example.org">Page 4</a> 58 + <ul> 59 + <li><a href="https://example.org">Page 4.1</a></li> 60 + </ul> 61 + </li> 62 + <li> 63 + <a href="https://example.org">Page 5</a> 64 + <ul> 65 + <li><a href="https://example.org">Page 5.1</a></li> 66 + <li><a href="https://example.org">Page 5.2</a></li> 67 + </ul> 68 + </li> 69 + <li><a href="https://example.org">Page 6</a></li> 70 + </ul> 71 + </details> 72 + </aside> 73 + 45 74 <main> 46 75 <section> 47 76 <h1>Home</h1>