Design comparison
Solution retrospective
Kindly help me to take a look at this project and check whether its in need of any correctioms. Thanks.
Community feedback
- @radriann21Posted 4 months ago
From what i can see from the code, you should use more semantic HTML! You are using two divs, instead you can use an hgroup for the text and a section for the rest.
The same for the cards. Use articles.
The result is very far from the design, try to use fewer shadows, add paddings and play with the size of the elements using percentages.
On mobile it fits well but as the size increases, the elements stretch too much. Try adding media queries to manage the width of elements on tablet screens, for example.
However, the project really looks good, if you make it closer to the design, you've got it! It might even be better than mine.
Good luck and i hope you can continue improving and practicing!
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