Hacker News new | ask | show | jobs
by hotwire 2227 days ago
hah, reminds me of http://www.csszengarden.com but simpler.
1 comments

I would like these themes to go beyond a simple article view. We have tags like <header>, <nav>, <main>, <aside>, <section> and <footer> now. Should be possible to build a complete app-shell with classless CSS.
This is what I expected too. This one has nav, aside : http://classless.de/#extra

Plus a couple bootstrap classes where HTML5 has no elements : grid and card.

As an exercice, I’m building my neighborhood newspaper website without any classes. It is surprisingly easy. With Grid and min(), I don’t even need media queries. CSS and HTML in 2020 is great, if you take the time to choose only the latest solutions.
Have a link to it?
I style those elements in MVP.css (https://github.com/andybrewer/mvp/)