You must log in or register to comment.
Tell me you suck at css without telling me you suck at css
I felt that 💔
Flexbox
Flexbox everywhere
* {
display: flex;
}
This is the way.
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.