Design comparison
Community feedback
- @iddahadevPosted 4 months ago
Does the solution include semantic HTML?
You can improve the markup by deleting most of the
div
elements. The maindiv
could be anarticle
and the rest of them could just beh1
,p
,figure
...Is it accessible, and what improvements could be made?
You can improve accessibility by providing
aria-label
when needed and use good semantic HTML for elements liketime
(published date).Does the layout look good on a range of screen sizes?
The layout has fixed size.
Is the code well-structured, readable, and reusable?
You can use CSS Variables to reuse some common styles like colors, font size and spacing.
Does the solution differ considerably from the design?
There are some elements that differ from the design like the font size of the tag, the color of the description. Good job for getting this close from the design !
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