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

Result Summary

@Lea225

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@eremitaito

Posted

to center the container, you can use flex

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

Marked as helpful

0

@eremitaito

Posted

@eremitaito, also, delete the div

</body>
</html>
  <div class="attribution">
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
    Coded by <a href="#">Léa CHIDAS</a>.
  </div>
</body> this
</html> and this

and then put the div above

  <div class="attribution">
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
    Coded by <a href="#">Léa CHIDAS</a>.
  </div>
</body>
</html>

Marked as helpful

0

@Lea225

Posted

@eremitaito Thanks for pointing this out to me, it was a mistake.

1

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