Design comparison
SolutionDesign
Solution retrospective
-
Very nice coding experience.
-
Also I love the choice of colors.
-
I found placing the
small
text at the center and at the bottom difficult though. But I managed to align it -
Please if there is a better way to do it , do not hesitate to tell me about it.
Thank you.
Community feedback
- @madosyPosted over 1 year ago
Great job! I would get rid of .container_summary_continue {max-width: 375px} since the button doesn't look centered on screens of width between 769px and 375px.
If you do want to keep it at 375px all the time AND centered, I would make the div.container-summary as a flex container and add align-self: center; to the button.
1
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