@prahou I use bgcolor on my website's front page... entirely on purpose!
@kawa you're not lying <3
For now check out these for example: http://deadnet.se/ Apart for the animated bits it looks mostly the way it does in bloat-browser rendition.
@getimiskon 's website looks genuinely nice in links. https://getimiskon.xyz
...
I am planning to release an article `making websites specifically with links in mind' soon/eventually
Yeah... you're not getting a youtube play button for valid html from the Big-W3, if you want your website to looks nice in links...
@prahou @getimiskon @wyatt You can however get a "Classic HTML, Sane and Simple" button from me, for what it's worth! Just follow these simple steps:
https://helmet.kafuka.org/sanehtml.md
(May not include actual steps.)
@getimiskon @kawa @prahou @wyatt
For them to be comparable, css should have a way to actually center a div inside a div(it doesn't).
@getimiskon @kawa @prahou @wyatt
I have been making websites for money(i won't call myself w slur) for 3-4 months and i actually have issues with vertical centering in every single div i make that has to look it is properly centered.
This isn't a 'new web bad' post, there is not proper way to vertically center 2 divs inside a div. you put 2 divs inside another div and center that div(inside the actual div you want to center the 2 divs in) and it... doesn't.
I just want to rant a bit, sory.
@void Did you mean horizontal? Like in the middle between the left and right edges?
Vertical centering, between the top and bottom edge, has always been a shitshow.
Or I'm just too distracted and confused and I'm the one mixing them up.
@kawa
Vertical centering is simply impossible and not a real thing in html, you can't 'vertically center' anything. And i was talking about that in my post.
Anyone that says they can vertically center text inside a div reliably just talks off of theory soo they are a techbro.
Horizontal centering is also not real but not to the degree vertical centering is. Things can be easily made to look horizontally center in a div.
(i hate html soo much it is leaking out, sorry. Nice site btw)
@prahou @kawa @getimiskon (update again: i guess i can use “inherit” in the CSS for a lot of stuff to override the in-HTML attributes. e.g. body { background-color: inherit; }
and <body bgcolor="#000021"></body>
, which makes it use the browser’s default background color)
@wyatt Y'know what, I think CSS *can* override color attributes...