Design comparison
SolutionDesign
Community feedback
- @roopxxPosted 8 months ago
@canavesix , your solution looks nice and aligned correctly as per the design. Except I would like if you make the main card height similar to the design solution. What you can do is remove the height
height: 885px;
and make the spacing between the headings match correctly to that of design file ( you can do that by resetting the default syles and then adding margins and padding as per your choice) so as to make your card not look too big.* { margin: 0; padding: 0; box-sizing: border-box; }
Other than that your solution's bg-color, text-color and font-size looks good.
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