CSS Inspirations

100 Days of CSS Illustrations

Link to original

Tips

Learn the following:

  • the cascade

  • parent/child relationships

  • block vs inline

  • the box model

  • positioning

  • 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.