DEV Community

Discussion on: What makes CSS so hard?

Collapse
 
felixselter profile image
FelixSelter

My problem is I never learned it properly.
I thought myself coding on my own and completed projects that interested me. With time I learned important features through repetitively googling stuff.

With css that approach does not work well. I know I want that feature. I google how to make it. Everything works and is fine. Then I google something different which works fine on its own as well. But combined they break each other and Im missing the knowledge to fix it. Very frustrating

I spend quite some time on a few frontend project and it feels like Im getting better. Understanding flex and grid layout really did the trick for me.