bdub328 / tea_cozy

0 stars 0 forks source link

Flexbox and concise CSS #2

Open aubreywullschleger opened 5 years ago

aubreywullschleger commented 5 years ago

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

Also, great job challenging yourself to use flexbox for the layout of your page!