Design comparison
SolutionDesign
Solution retrospective
I completed my project but I had two challenges: my border-radius and media query were not working. Anyone with useful information on how I can improve my skills is welcome.
Community feedback
- @stephenikuomolaPosted over 2 years ago
I think you provided a wrong link to preview the site. Had a look at your code and I could not see you add any media query.
To add a media query you should use this:
@media screen and (max-width: 500px){ Here, pass in the new CSS rules you would like to apply at this break point which in this case is 500px; }
Marked as helpful0@AssumptaginikaPosted over 2 years ago@salutDami thank you. I did all these but it didn't so I had to remove it.
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