Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Social Proof Section using HTML, CSS and Flexbox

@JCrotzer

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@VCarames

Posted

Congrats on completing this challenge!

To perfectly center your page add the following to your body element and delete the width: 100% and height: 100%:

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
0

@JCrotzer

Posted

@vcarames Thank you for the feedback! I will try this!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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