Where are you guys learning CSS?

Hey Mike,

so there is a big difference between:

  • concepts: what you want to build => design
  • implementation: how you build it => CSS

I think that you know enough CSS, because you know how selectors, flexbox etc. work.
So you know the How.

Now you have to learn the concepts behind good design, the What.


I think a mixture of reading about the concepts and seeing them live in action helps a lot.

Reading: https://uxengineer.com/principles-of-design/unity/

Seeing: https://www.youtube.com/c/SteveSchoger/videos

7 Likes