It might be just me but I can't look at websites with black backgrounds and white or yellow letters. My eyes hurt and when I turn my head elsewhere I can see shadows of the website for a bit. I use dark(ish) themes everywhere but such high contrast somehow is too much.
New.css – A classless CSS framework to write modern websites using only HTML
21–30 of 192 posts
Re: New.css – A classless CSS framework to write modern websites using only HTML
#22This seems like a decent boilerplate+extras but line 1 is importing a custom font. Why? Unnecessarily opinionated and against the "lightweight" aims of this library (not knocking Inter btw - it's awesome).
Re: New.css – A classless CSS framework to write modern websites using only HTML
#23It might be just me but I can't look at websites with black backgrounds and white or yellow letters. My eyes hurt and when I turn my head elsewhere I can see shadows of the website for a bit. I use dark(ish) themes everywhere but such high contrast somehow is too much.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#24Re: New.css – A classless CSS framework to write modern websites using only HTML
#25It might be just me but I can't look at websites with black backgrounds and white or yellow letters. My eyes hurt and when I turn my head elsewhere I can see shadows of the website for a bit. I use dark(ish) themes everywhere but such high contrast somehow is too much.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#26It might be just me but I can't look at websites with black backgrounds and white or yellow letters. My eyes hurt and when I turn my head elsewhere I can see shadows of the website for a bit. I use dark(ish) themes everywhere but such high contrast somehow is too much.
OTOH, deep-black backgrounds and green letters (with red/yellow/white highlights) is perfect if you're using an OLED screen. Maybe browsers need adjustable (and site-specific) brightness and contrast knobs, like monitors and TV's.
However sometimes a dark navy blue would be better.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#27Nice!
Re: New.css – A classless CSS framework to write modern websites using only HTML
#28Re: New.css – A classless CSS framework to write modern websites using only HTML
#29Using it now on my blog: https://natalian.org/ Nice!
Re: New.css – A classless CSS framework to write modern websites using only HTML
#30I'm not entirely sure this can be called a framework. If there was a Bootstrap v0.1 it would be this, before it decided to do a whole bunch of extra things to become a framework. A few years ago you might have simply named it "reset.css", but it's too opinionated to really have that name. It feels like I would spend more time undoing what it does than would be saved by using it. I don't hate it... but I don't entirel…
They list use-cases:
> A dead-simple blog
> Collecting your most used links
> Making a simple "about me" site
> Rendering markdown-generated HTML
It’s when you have some basic HTML and just want it to look good.
Agreed that framework is a very unfitting descriptor for it though.