Design comparison
Solution retrospective
Hello all, Thank you for reviewing my solution. Could you tell me if I used the good html tags ? Could I improve my Html and CSS code ?
Community feedback
- @mattstuddertPosted over 4 years ago
Hey Laurent, nice work on this challenge! Everything looks great!
I'd recommend trying out
min-width
media queries instead ofmax-width
on a future project. It's quite a common workflow with front-end developers to use them and work mobile-first. It can often lead to less CSS code and has the benefit of loading in fewer styles for mobile users, which can be a nice performance gain.That's the only thing I'd mention though. You've done a really good job! 👍
1@lfaure75Posted over 4 years ago@mattstuddert Hey Matt, Thank you for reviewing my solution and for your advice. I will try min-width in my next project.
1
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