Live data from Hacker News

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

news.ycombinator.com

31–40 of 53 posts

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

#33
post #3

https://tailwindui.com/

Is there something like this for Bootstrap?

Many of the components in Tailwind UI were already in Bootstrap. There's also a ton of free and commercial themes for Bootstrap (themeforest.net, themes.getbootstrap.com, creativemarket.com, creativetim.com, etc)

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

#34

These three are "classless" CSS frameworks: https://newcss.net/ https://uglyduck.ca/typesafe-css/ https://oxal.org/projects/sakura/

Here's another one: https://andybrewer.github.io/mvp/

And its HN thread 8 months ago: https://news.ycombinator.com/item?id=22681270

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

#35
post #27

Earlier quoted context omitted.

Positioning jokes aside, learning CSS is easy. Where most of us developers struggle with is making beautiful websites vs just something that works but looks ok. One of the reasons bootstrap is so successful is that it's easy to use/integrate and produces a website that is very pleasant to look at.

I'm in this boat. I can structure and do layouty things, I just don't have a taste for design. This is where component libraries help out a lot.

I'm still in the same boat as well to be honest, but I recently came across https://refactoringui.com/ on HN, which looks like it could be a really helpful resource for people like us. Still trying to get it expensed on my employer's learning budget, so haven't read the whole thing, but the excerpts I've seen so far have me looking forward to it.

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

#38

These three are "classless" CSS frameworks: https://newcss.net/ https://uglyduck.ca/typesafe-css/ https://oxal.org/projects/sakura/

Oh the irony of calling it new.css which is vanilla HTML (no classes) and a 2002 era css file with some modern features. I love it.
Post reply on HN