DEV Community

Discussion on: What do you find the most difficult with CSS?

Collapse
 
spences10 profile image
Scott Spence • Edited

Positioning things.

"Oh, so if I want that over there then I'll have to wrap it in a div then position the thing inside that"

Aligning/Justifying things.

"If it's not align items, then is it align self, right? Must be I tried all the other ones 🤷"

Collapse
 
hankchizljaw profile image
Andy Bell

Most people just run through the grid/flex alignment and justification properties until it works 😂

Collapse
 
spences10 profile image
Scott Spence

This! Right, it's sad but I have been there so many times.