Design comparison
SolutionDesign
Solution retrospective
I'm getting started with front end web development so let me know what i can improve on!
Community feedback
- @bramuccciPosted over 3 years ago
Hi! In my opinion all related to
padding
andmargin
is confuse. Instead, you could do:.container{ width: 85%; max-width: 65em; margin: 0 auto; }
and for the items inside a
.column{ display: flex }
,.column > * { width: 100% }
(see https://www.youtube.com/watch?v=9e-lWQdO-DA)I hope this help you!
Marked as helpful1 - @EdgarBadilloPosted over 3 years ago
Hello nice day.
You did a good job.
Some suggestion on this challenger:
--Try to use less gap between your btn and your p.
-- on desktop resolution, your images are no alined on y axis.
Keep training .
Marked as helpful1
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