Single Price Grid Component

Solution retrospective
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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@DarkstarXDD
- 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 helpful - The text under "Why us" are a list of items. So you should use a list element, a
- @LucasJCFreire
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 helpful
Join 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