Design comparison
SolutionDesign
Solution retrospective
I used HTML and CSS to create this project. I feel like my code is too long any suggestions on what I can remove/replace? Also would like feedback on responsiveness :)
Your feedback is much appreciated!!
Community feedback
- @CairoGarbPosted 8 months ago
It looks great! The responsiveness works well. About the code, you can remove the repetitiveness in the "@media screen". You can set all the changes you want in only one (if they are the same).
EX: @media screen and (min-width: 300px) and (max-width: 780px) { // major changes }
Marked as helpful0@andzz-zzPosted 8 months agoGreat!! Thank you I will definitely do that next time! @CairoGarb
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