Katja-B / TeaCozy

HTML and CSS project featuring the Box Model, CSS Display, and Flexbox
https://katja-b.github.io/TeaCozy/
0 stars 0 forks source link

Concise CSS and flex-box #3

Closed aubreywullschleger closed 6 years ago

aubreywullschleger commented 6 years ago

Great! I love your use of the body selector in your CSS. The use of the body selector helps keep your CSS concise especially when using inherited styles on the selector as you've done here with some of the styles on body. I would consider using group selectors for any repeated styles like display: flex; to make your CSS even more concise.

I also appreciate your use of flex-box for your layout. Keep it up!