Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The toggles
What challenges did you encounter, and how did you overcome them?Trying to toggle one at a time
What specific areas of your project would you like help with?Still a little confused in making a site responsive, any tip?
Community feedback
- @LuRamirezRPosted about 2 months ago
Hi Christian! for responsive page you need to use mediaquery. I first do all the mobile configurations, and then for the laptop. You can use this: /* Media query for laptop */ @media (min-width: 1024px) { // here all the laptop configurations }
0@ChristianKayceePosted 17 days ago@LuisaRami2018 Thanks Luisa, but I prefer starting from desktop view before going to smaller screens. Mind if we could connect?
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