Design comparison
Solution retrospective
Just completed the second challenge. let me know if you have any suggestions
Community feedback
- @pshortPosted over 3 years ago
There is a bit of space between the paragraph and the button. If you are using flexbox to layout maybe look at flex-grow along with a static height as a way to get the paragraph to soak up the space and push that button down :)
0@staranbeerPosted over 3 years ago@pshort hi i am not using flexbox because i figured that it was a unnecessary and iv only used margins to lay it out and ive incread the margin bottom for the paragraph. Would flexbox be better here?
0@staranbeerPosted over 3 years ago@pshort i just changed the code to use flexbox and it is better but instead of flex grow i used margin-top:auto to the button element so it stays at the bottom which is what i think i need.
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