Design comparison
Solution retrospective
Hmm, for this challenge I tried to make it look as much as possible to the design but it still looks different, the media query gave a bit of head-ache, I had to restart the whole process after I was done cos the overall looks wasn't satisfactory to me even this but I'll keep practicing. I'd really appreciate feedback on what I could have done better.
Community feedback
- @daniloparrajrPosted over 2 years ago
Hi Lilee! 👋
You're making good progress! Keep going!
It is a better practice to write mobile first CSS and use min-width media queries for tablet and desktop. This means that styles are applied first to mobile devices, where most of the visitors will come. There are other more advantages in writing mobile first CSS which you can read further here
You can checkout my take on this challenge which uses mobile first approach as your guide!
Also check your HTML and accessibility issues, can keep it in mind in your next project!
Hope this helps!
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