Design comparison
SolutionDesign
Community feedback
- @olesiakissaPosted almost 3 years ago
Hi @PhanHuuLan! I would like to recommend you some things :)
- Your image doesn't show up because of the invalid url, try updating the link by removing / in the beginning to make it look like
/images/image-header-desktop.jpg
(this will fix the path) (you can also check out more information on relative links) - You should add some margins/max-width to the card's wrapper. And although the rest of the markup looks good, the overall look can become stretchy because wrapper takes up all the space
- Content's
margin-bottom
seems to be too large, try changing it to smaller value (2em seems just fine)
Hope this helps!
0 - Your image doesn't show up because of the invalid url, try updating the link by removing / in the beginning to make it look like
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