Design comparison
SolutionDesign
Community feedback
- @f1r3placePosted 4 months ago
Hi there! Congratulations on completing the challenge!
Here's some feedback:
- you could probably do without the
item
div, using something like<main>
instead. - instead of using
class=bold
, you could go for a heading element like<h1>
- you don't need to declare a white border of a white element, because it has that by default.
- you could just set the max-width of the image to 100% in the CSS instead of adjusting the size manually
0 - you could probably do without the
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