Design comparison
Solution retrospective
This one took a while, tried out new approach and midway through project I realized I don't dig it. So had to force myself to get to the end.
Comments are welcome! Thank You!
Community feedback
- Account deleted
Hi; in the header, instead of use a padding in the div child, apply a margin in the header itself, to separate the elements of the border; it may be tricky, but padding is more for increase the size of a element and margin separate it from other elements. Also, the images work better when resize with
object-fit: contain
it will improve your code.Marked as helpful0@half-ctoPosted almost 2 years ago@FakeAstronauta
thanks for your comment! I had margin for header, but then i couldn't get the mobile nav menu to work properly. Will have to look in to this more. Thanks for tip on image resize!!!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord