RCMaehl [Any]@lemmy.world to Programmer Humor@programming.dev · 2 年前PlEaSe CeNtEr ThAt DiVlemmy.worldimagemessage-square157fedilinkarrow-up1981arrow-down139
arrow-up1942arrow-down1imagePlEaSe CeNtEr ThAt DiVlemmy.worldRCMaehl [Any]@lemmy.world to Programmer Humor@programming.dev · 2 年前message-square157fedilink
minus-squareditherwither@lemmy.worldlinkfedilinkEnglisharrow-up1·2 年前both grid and flexbox are just position: absolute but worse. who needs mobile users anyways, fuck them
minus-squarejvisick@programming.devlinkfedilinkarrow-up1·1 年前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.
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.