Design comparison
SolutionDesign
Solution retrospective
Any suggestions or possible improvements would be greatly appreciated!
Community feedback
- @othiagomoreiraPosted over 2 years ago
Good job! ✨
• You added border-radius to all elements, to fix this just remove the .section-column declaration and replicate the code below
.car-section{ border-radius: 1rem; overflow: hidden; }
• In the mobile version, the layout is "glued" to the top of the page, it would be interesting to add a padding
.body{ padding: 2rem 0; }
Marked as helpful0 - @omardavidcyberPosted over 2 years ago
one improvement is the border radius. you seem to have them on all the sections. In the design only the first and last one have a border radius one the outside borders.
Marked as helpful0
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