Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Getting it done and including a table, its been years since using one
What challenges did you encounter, and how did you overcome them?Mostly getting the card and top image to take up the whole screen on mobile and have space around it on desktop. I overcame it with wrappers and media queries
What specific areas of your project would you like help with?Not sure this looks great on every screen size, so more tips on how to make it look like the desktop and mobile pictures in the file
Community feedback
- @md-abid-hussainPosted 5 months ago
Congratulations on completing the challenge. Your solution looks really good.
I have a suggestion for writing css. Instead of writing
margin:0
orpadding:0
to all selectors, you can simply put it in css reset*{ margin:0; padding:0; // rest of the reset }
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