Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • David 60

    @dvd41esp

    Posted

    Hi there buddy.

    Everytime you use margin and/or paddings:

    If they are the same everywhere, just type "margin: 10px;" or "padding: 10px;"

    If they are the same in "x" axis and in "y" axis: "margin: 10px 40px;". 10px for "y" axis, 40px for "x".

    Flex-box would be a cleaner way to display this one challenge. But still, nice solution tho!

    Marked as helpful

    1