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

css flex box

@yeabLimtless

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


'm new to frontend development, and I'm finding it to be a good challenge. However, I would appreciate any feedback you have on my work

Community feedback

@agun36

Posted

inside your main do something like this /style/ .card-container{ background-color:white; border-radius:18px; overflow: hidden;// this will let the border radius to show display: grid; place-items:center; } @(min-width:767px){ grid-template-column:1fr 1fr; }

<main> <div className="card-container"> <Result /> <Summary /> </div> </main>

Marked as helpful

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