11
4 Comments

MVP CSS

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.

on March 25, 2020
  1. 3

    Hi, author here. Thanks for posting this! And glad others are finding it useful :)

  2. 2

    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.

  3. 2

    thanks a lot. this sounds super useful. will try it!