Open aubreywullschleger opened 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!
display: flex;
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!