Design comparison
SolutionDesign
Community feedback
- @dominguez-danielPosted 3 months ago
Hi
@Rakesh4688
, a few comments about your submission:- From a semantic HTML perspective, I think an
article
tag is more descriptive than adiv
tag -div
tags are generic. - I also noticed the paragraph is missing the first word 'Scan'.
- Visually, the card's width seems smaller than the design, typically the container should be the width of the content it contains, you can give the content a
max-width
without hardcoding a specificwidth
.
0 - From a semantic HTML perspective, I think an
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