Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502
Request failed with status code 502

All comments

  • @codeguy9

    Submitted

    Hello again!

    The only problem I face is the way I incremented the bottom magenta divs. I put "margin-top: 20px" but they only increment on the top, not on the bottom. So how I am going to solve this? Thank you

    @pablo-miralles

    Posted

    You should check how align-items property works on flex. In this case, align-items: flex-start; could do the work. If you don't specify the align-items, the default property is stretch, which causes all boxes in a single row to have the same height.

    0