DEV Community

Discussion on: CSS Newbie Tips?

Collapse
 
gsdev profile image
gshah2020

Many people try to learn css by memorizing, i think its important to learn css by doing. If you’re looking for specifics I can point to a few topics which you should attempt to gain clarity over.

  • box model
  • position
  • display (focus on flexbox and grid)
  • specificity

Also look into scoping of css selectors and different patterns such as “bem”.

This should get you more than half way. The rest is really practice, especially if you have good knowledge of layout and design fundamentals. Best if luck and happy styling...

Collapse
 
ruannawrites profile image
Ruanna

Thanks so much! Will definitely keep those topics in mind :)