Design comparison
SolutionDesign
Solution retrospective
It would have been better to use <dl> or is it OK to use <div> for the summary part? I don't understand how to use JSON, any recommendations? I'm just learning the basics of JS.
Community feedback
- @iminoafkPosted about 1 year ago
You forgot the mobile design, you can use media query screen. aniway is great work
Marked as helpful0@SusanaEsparza0Posted about 1 year agoInside the code is the media query, I don't understand why it doesn't work. @iminoafk
0@iminoafkPosted about 1 year ago@SusanaEsparza0 you forgot the max-width in your media query
like this : @media only screen and (max-width: 770px) you should put 670px
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