MrBazz / tea-cozy

0 stars 0 forks source link

Concise CSS and flexbox #2

Open aubreywullschleger opened 5 years ago

aubreywullschleger commented 5 years ago

Simplify! Consider using group selectors for any repeated styles in your CSS like display: flex; and align-items: center; as this will help make your CSS more concise.

Also great job challenging yourself to use flexbox for this project. If you need more practice or want to learn flexbox more in-depth, this game helped me tremendously: https://mastery.games/p/flexbox-zombies