
Design comparison
Solution retrospective
Any suggestions or possible improvements would be greatly appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @othiagomoreira
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 helpful - @omardavidcyber
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 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