Design comparison
SolutionDesign
Solution retrospective
Hello Everyone,
This was my very first challenge any feedback is appreciated. I want to get better at Front-End developing.
Community feedback
- @rohits673Posted over 3 years ago
Hi, Your site looks good, also your desktop version is accurate nice work👍. You can try to improve it for medium width devices as there is gets too much left-right margin. so you can try responsive margin(like % or vw)
.car { width: height: 430px; padding: 3rem; margin: 0 10%; }
or create a div container with
max-width:960px;
for elements with class ".car". for more clarification please check my solution. Thanks!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