Design comparison
Solution retrospective
This is my fifth project.
I'm open to your suggestions, thanks!
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hi Burak Durmuşoğlu, how are you? I really liked the result of your project, but I have some tips that I think you will enjoy:
I noticed that the images are not appearing, to solve this we can make a simple change in the
src
of the img:<img class="sedan-picture" src="./images/icon-sedans.svg" alt="sedan-image">
I noticed that the project is not responsive, but we can do something very simple:
.container { width: 100%; height: auto; /* background-color: gray; */ display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr 1fr; margin-top: 40px; padding: 20px; }
Add this code inside a media query that will trigger on lower resolutions!
The rest is great!
I hope it helps... 👍
Marked as helpful1@AdrianoEscarabotePosted almost 2 years ago@burak2482 no problems! this responsiveness code is just a way to do it, there are other ways too, and there are some design details that I didn't fix ahahhah I left it for you to do! an example is
border-radius
Marked as helpful1
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