RCMaehl [Any] to Programmer [email protected] • 2 years agoPlEaSe CeNtEr ThAt DiVlemmy.worldimagemessage-square188fedilinkarrow-up1977arrow-down136
arrow-up1941arrow-down1imagePlEaSe CeNtEr ThAt DiVlemmy.worldRCMaehl [Any] to Programmer [email protected] • 2 years agomessage-square188fedilink
minus-square@[email protected]linkfedilink88•2 years agoTell me you suck at css without telling me you suck at css
minus-square@[email protected]linkfedilinkEnglish1•2 years agoboth grid and flexbox are just position: absolute but worse. who needs mobile users anyways, fuck them
minus-square@[email protected]linkfedilink1•2 years 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.
Tell me you suck at css without telling me you suck at css
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.
I felt that 💔