Open aubreywullschleger opened 7 years ago
Great! I love that you challenged yourself to use flex-box for your layout in this project. Here, consider using group selectors for any repeated styles like display: flex; to make your CSS more concise!
display: flex;
Great! I love that you challenged yourself to use flex-box for your layout in this project. Here, consider using group selectors for any repeated styles like
display: flex;
to make your CSS more concise!