Design comparison
SolutionDesign
Solution retrospective
all feedback is welcome
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @princechamp07,
Nice job on completing the challenge
You can remove the padding at the bottom on the main > divs as well as the margin on the p elements and add the following CSS rule to your CSS file to get you closer to the design.
.main > div { padding: 1.2rem; min-height: 470px; }
also check on mobile the first columns cuts off at the top.
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