Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I faced challenges like Cross-browser and Cross-device, I overcame cross-device challenge by using @media-query in CSS Files and couldn't overcome the Cross-browser Challenge.
What specific areas of your project would you like help with?I would like help with Cross browser and Cross device design solutions.
Community feedback
- @huyphan2210Posted about 1 month ago
Hi, @sour413
I checked out your solution and wanted to share some thoughts:
- For the "Cross device" issue, I assume you're referring to responsive design. Using media queries is a great start, but responsive design involves more than that. You might want to explore topics like relative CSS units, mobile-first design, Flexbox, and Grid for a more comprehensive approach.
- As for the "Cross browser" issue, if you're talking about CSS browser support, you can use Can I Use.... Just enter the CSS property you're working with, and it will show which browsers support it.
Hope this helps!
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