Submitted over 1 year ago
Responsive summary-component using css flex-box
@sabriLamouchi
Design comparison
SolutionDesign
Solution retrospective
i find a difficult in the responsive page in the width
Community feedback
- @briannelson95Posted over 1 year ago
Great job submitting your solution! Make sure to make use of flexbox
.card { display: flex; justify-content: center; align-items: center; }
This should help with putting your component in the center of the page.
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