Design comparison
Solution retrospective
Hey everyone! I went back and took the time to understand how to use flexbox for positioning elements and reworked this solution.
I decided to make my breakpoint at 450px, I just felt that is what looked best in terms of RWD.
Looking for possible feedback on how I used padding. Questions I have is where it is better for me to use margins, was there a simpler way for me to do my layout in terms of padding/margins, and could I have used relative padding rather than fixed.
Happy coding!
Community feedback
- @HilvertonPosted over 4 years ago
Perfect! Congratulations!
1 - @GerbenDolPosted over 4 years ago
Honestly, there's no feedback on your use on padding and margin!
For the space around the text using margin would've been a real pain. You'd have to make sure every item in it has the right amount of margin on the right axis. Now, with the padding on their parent, you don't have to worry about what's inside, giving you a lot of flexibility. 😁
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