Design comparison
SolutionDesign
Community feedback
- @FlashdanielPosted 4 months ago
Nice work. I like to give you a few pointers that will benefit you.
- Value more schematic HTML like
article
,header
etc. thandiv
. I see you used it a lot in your code. - When using
<img>
make sure you add meaningful description of the image with thealt
attribute. Can only leavealt
empty when the image is just for presentation like when used to display icons. HAPPY CODING.
Marked as helpful0 - Value more schematic HTML like
- @fitalvojosephinePosted 4 months ago
I notice that there is a lot of improvement for this design layout design.
First one is the font-hierarchy, font-size, font-color, images not properly aligned.
I advice to use flex for the images and proper alignment of the layout design when it comes in padding and margin layout.
You can do it. More practice to fully finished this design. You got it. When it comes in the industry it must be pixel perfect.
That's all good luck and happy coding! :)
Marked as helpful0
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