top | item 27956863

(no title)

ldd | 4 years ago

Learning flexbox is when CSS started clicking for me. I may abuse `display: flex` everyone once in a while, but it can truly be used for a lot of ideas.

discuss

order

Toutouxc|4 years ago

I often use flexbox for tiny things like vertically aligning a checkbox and a label and I still don't know whether this is the correct "scope". Like, can I have tens or hundreds of flexbox containers on the page? Does flexbox even take significant time to process, compared to some other css constructs?

Trufa|4 years ago

I love abusing flexbox.