Live data from Hacker News

Ask HN: Where are the Beautiful clean HTML/CSS templates?

news.ycombinator.com

11–20 of 53 posts

Re: Ask HN: Where are the Beautiful clean HTML/CSS templates?

#15

I always end up back at bootstrap, and eventually am pretty happy with it... ¯\_(ツ)_/¯ https://getbootstrap.com/

Yep, agree. Starting with Bootstrap is fairly frictionless, it has good library support, and there are heaps of documentations/examples/tutorials easily available. And if you need to change the look and feel, you can swap out the bootstrap.css file with one of the examples from Bootswatch - https://bootswatch.com/

Re: Ask HN: Where are the Beautiful clean HTML/CSS templates?

#20
post #4
post #3

https://tailwindui.com/

Depending on what you interpreted the OP as requesting, this is either a great recommendation or a hilarious dig against utility-first CSS.

I tried this just last week, and I've gotta say, out of all the templates and frameworks out there these were the easiest to use and tweak.

Because it really is just HTML with utility classes, you never end up in a situation where you have, say, a "card class" you can't really override without a bunch of `!important`s.

Post reply on HN