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.
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.