this post was submitted on 28 Jul 2023
944 points (96.2% liked)

Programmer Humor

19203 readers
1132 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 1 year ago* (last edited 1 year ago) (2 children)
[–] [email protected] 7 points 1 year ago (1 children)

And grid if you're feeling fancy

[–] jvisick 2 points 1 year ago (1 children)

Grid is just flexbox but worse

[–] [email protected] 1 points 1 year ago (1 children)

both grid and flexbox are just position: absolute but worse.

who needs mobile users anyways, fuck them

[–] jvisick 1 points 1 year ago

I like to draw my pages out on graph paper, then just use position: absolute and tons of media queries to place everything with x and y coordinates. It’s the ultimate grid system.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

* {

display: flex;

}

This is the way.