DEV Community

Discussion on: Random... does anyone get confused styling?

Collapse
 
jwp profile image
John Peters • Edited

Yes, to me, it's the hardest part of web dev. It's way too fine grained in my opinion. But here's 2 tips that help majorly:

  • Use grid as much as possible.
  • Use SCSS as it easily goes as deep as needed.

It's still tedious and just takes time to get it right.