CSS Inspirations
Link to original
Tips
Learn the following:
-
the cascade
-
parent/child relationships
-
block vs inline
-
the box model
-
flexbox
-
css grids
-
Specificity
-
Stacking contexts: z-index
-
Selectors
Don’t get distracted with transitions and animations until you have those other things down.
Use as little as possible and always alphabetize your declarations to reduce duplicates.