Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I encountered problem with adjusting/aligning the name and picture on the same line.but by trial and error i worked it out.and also i struggled with adjusting the position of a background image.but eventually figured it out.
What specific areas of your project would you like help with?Full code on review.Let me know what can be cleaned up, better organized, and just all around any detailed suggestions you can possibly leave me with to help make me a better programmer. Thank you for your feedback.
Community feedback
- @programmerjewelPosted 10 days ago
Congrats on completing this challenge. Few suggestions to improve-
- You have use
section
tag for testimonial card which one isn't appropriate; rather usearticle
tag; - You have use both box models which is a bit complicated. Go for either one of the box models - either
border-box
orcontent-box
; - You have repetitively use
grid-column
andgrid-row
on several media queries which throws error. Try to fix those.
Overall good design.
0 - You have use
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