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 Result Summary with HTML & CSS

@Franklivania

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

@anderson-fndz

Posted

tips:

  • create a div.container and inside it create two more div to make it easier to style and make your code better, leave all this inside your main
  • for the main container, its main in this case:
main{
    width: 738px;
    height: 514px;
    display: flex;
    border: none;
    border-radius: 35px;
    box-shadow: 5px 5px 5px 2px #00000021;

}

Marked as helpful

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