Design comparison
SolutionDesign
Solution retrospective
What feedback do you have about the design? What improvements can be made on the components?
Community feedback
- @gioboooPosted over 1 year ago
You could maybe use a flex row, justify content space between for the buttons' container to align the last button to the end of the container.
.btn-group{ display: flex; flex-direction: row; justify-content: space-between; width: 100%; }
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