Open aubreywullschleger opened 7 years ago
Great! Great job challenging yourself to use flex-box for your layout in CSS. I would consider adding a group selector for any repeated styles like display: block; and display: flex; to make your CSS more concise.
display: block;
display: flex;
Great! Great job challenging yourself to use flex-box for your layout in CSS. I would consider adding a group selector for any repeated styles like
display: block;
anddisplay: flex;
to make your CSS more concise.