Design comparison
SolutionDesign
Solution retrospective
If you've got some general tips, I'm open!, Espcially on that button, making it to overflow from it's parent outside was kinda annoying and couldn't make it actually look good.
Community feedback
- @sophiakoulenPosted over 2 years ago
A way to achieve that is to set
position: absolute; bottom:0; left:50%; transform:translateX(-50%) translateY(50%);
to the button andposition:relative;
to the container.Hope this helps!
Marked as helpful0
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