@hunchohoudini007Submitted about 2 years ago
I feel like like there are "cleaner" ways I could have written the css. I would appreciate any input I get.
I feel like like there are "cleaner" ways I could have written the css. I would appreciate any input I get.
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!