devrok / colmar-academy

0 stars 0 forks source link

Responsive CSS #6

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Great! Nice job using flex-box and media queries for a completely responsive page. One thing to work on here would be using group selectors for repeated styles like display: flex;, and using one media query per screen width to make your CSS more concise.