RCMaehl [Any]@lemmy.world to Programmer Humor@programming.dev · 1 year agoPlEaSe CeNtEr ThAt DiVlemmy.worldimagemessage-square146fedilinkarrow-up1974arrow-down138
arrow-up1936arrow-down1imagePlEaSe CeNtEr ThAt DiVlemmy.worldRCMaehl [Any]@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square146fedilink
minus-squareditherwither@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoboth grid and flexbox are just position: absolute but worse. who needs mobile users anyways, fuck them
minus-squarejvisick@programming.devlinkfedilinkarrow-up1·1 year agoI 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.
minus-squareedwardbear@lemmy.worldlinkfedilinkarrow-up1·edit-21 year ago* { display: flex; } This is the way.
Flexbox
Flexbox everywhere
And grid if you’re feeling fancy
Grid is just flexbox but worse
both grid and flexbox are just
position: absolute
but worse.who needs mobile users anyways, fuck them
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.* {
display: flex;
}
This is the way.