I saw this on HN and thought it would be of interest:
https://github.com/andybrewer/mvp
It's a CSS file that you include on your page, and then you just use normal HTML tags without worrying about class names and you get a reasonably styled page.
Hi, author here. Thanks for posting this! And glad others are finding it useful :)
very cool!
That's pretty cool, thanks for sharing.
So far I've been using https://bulma.io/ as it is also super simple and uses very descriptive class names to style elements.
thanks a lot. this sounds super useful. will try it!