HTML5 CSS3 JavaScript

Solution retrospective
Feedbacks are welcomed! : )
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NAZIRwill29
@RTX3070 awesome website.
The desktop view are not functioning, should change
@media screen and (min-width: 1440px)
to@media screen and (min-width: 600px)
. The 1440px will never be trigger because the it is max view for desktop. Make it 600px because it is the size for mobile view.@media (min-width: 1440px)
mean the style will apply for size view > 1440px.Marked as helpful - @Babajide777
Your solution seems to be for only mobile display. The media query for desktop display isn't working.
Join 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