Just put everything into tables. That's how we did it when I were a lad
this post was submitted on 12 Aug 2023
1420 points (97.5% liked)
Programmer Humor
32410 readers
1 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
OG grid layout
Works for Word aswel (just make em invisible)
Also works for Lua.
I used to enjoy building webpages with Notepad.
Frames… Lots of frames.
Awesome
It's a really good skill to learn. But Make sure you get a good work flow.
You don't want to be one of those that can't center a div
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
display: grid;
place-items: center;
Pah too many words just use tabs 🤣
<center>
W3C: nah those mfs have it way too easy, deprecates it
Who are you calling a div?
Don't flex too hard
Here is your trophy:
without looking at the community i already saw from the top text that it has to be an css joke
This is the real struggle
Learning tailwind for the first the be like
I sometimes think to grok CSS you have to have a printing degree.