Design comparison
Solution retrospective
to the persons who will see my work, please focus on the part of the media queries in the css file, because the media query works with min-width and doesn't work with max-width so i had to use " !important ", any suggestions or tips are the most welcome ! And thank you again for your time !
Community feedback
- Account deleted
Hi there 👋
Congratulate on finishing your project 🎉. The design looks beautiful 😃.
I think there is no need to use
!important
keyword. Because you can improve your code and make it more readable. Let's move media queries to the bottom and when you remove the!important
s it should work fine 🚀. Keep in mind, ALWAYS PUT MEDIA QUERIES AT THE BOTTOM.Happy coding ☕
Marked as helpful0@adilido99Posted almost 3 years ago@maqsudtolipov thank you so much for your feedback, it works !
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