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
- @agun36Posted over 1 year ago
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 helpful0
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