This project will test your layout skills.
Design comparison
Solution retrospective
This is my solution for the Social proof section
- Feel free to leave any feedback about my solution.
Community feedback
- @correlucasPosted about 2 years ago
Hello Mohamed, congratulations for your solution!
Your solution seems great, but there's a room for improvement, for example, you can start by improving the html markup replacing the div for rating section and cards with
<article>
and the quote inside the card with<blockquote>
.The container size correct is
max-width: 1110px
and you don't need many media queries just make the container responvsive replacingwidth
withmax-width
to allow the container and cards fit the screen resizing automatically.@media (min-width: 1200px) { .container { width: 1175px; }
Hope this helps, happy coding!
Marked as helpful1@mohamedKhaled89Posted about 2 years ago@correlucas thanks alot for your feedback
- I really need to improve my using of media queries with responsive layout.
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