Submitted about 2 years ago
Responsive Social Proof Section using HTML, CSS and Flexbox
@JCrotzer
Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted about 2 years ago
Congrats on completing this challenge!
To perfectly center your page add the following to your body element and delete the
width: 100%
andheight: 100%
:body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
0@JCrotzerPosted about 2 years ago@vcarames Thank you for the feedback! I will try this!
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