Flex-wrap Solution
This lesson contains the solutions to the flex-wrap exercises in the previous lesson.
We'll cover the following
Exercise 1
This is an easy exercise. To separate the rows vertically, all we need is one margin rule on the blog posts, setting the top and bottom margins to 25px
:
margin: 25px auto;
Get hands-on with 1400+ tech skills courses.