dmitch03 / TeaCozy

Tea Cozy project for review
0 stars 0 forks source link

Flex-box in CSS #4

Open aubreywullschleger opened 7 years ago

aubreywullschleger commented 7 years ago

Great! Great job with your CSS. I love your use of flex-box for your layout and that were able to keep your CSS concise by using a group selector.

https://github.com/dmitch03/TeaCozy/blob/master/resources/css/style.css#L12-L15

Here, consider adding more group selectors for any repeated styles like display: flex; to make your CSS even more concise!