Design comparison
SolutionDesign
Solution retrospective
Is there anything I can do to improve the HTML, CSS, or JavaScript?
Community feedback
- @FlorianJourdePosted over 1 year ago
Hey @evansanchez963 !
You did it well !
My main advice would be to be careful about responsiveness on small screens. When screen size is under
550px
, your layout begin to break. This is because of images. To fix that bug, you could just add awidth: 100%
property on some images, like for example, the#article img
.By this way, your images will never be bigger than their boxes (or divs).
You did it well with the mobile menu, keep up the good work ! ✌️
Marked as helpful1
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