Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of learning how to work with grid in CSS.
What specific areas of your project would you like help with?Like always, I would love to improve my code quality. Improving code quality is an ongoing goal for me.
Community feedback
- @DarkstarXDDPosted 4 months ago
- The text under "Why us" are a list of items. So you should use a list element, a
<ul>
to be exact. Then use a<li>
element for each of those items. That way you can get rid of those<br>
tags.
Marked as helpful1 - The text under "Why us" are a list of items. So you should use a list element, a
- @LucasJCFreirePosted 4 months ago
Your design was great. If you want the dimensions to be identical to the design, a tip is to use the
pixel perfect
browser extension. 😉Marked as helpful1
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