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

Results-summary-component using HTML, CSS

@Ahmed-Mustafa132

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

@aykinsancakli

Posted

Hello @Ahmed-Mustafa132,

You did a great job on this one! However, there's a small detail that caught my eye.

You can give the main element a border radius instead (giving the left and right containers) to match the design ⬇️

main {
    display: flex;
    box-shadow: 5px 5px 31px -18px rgba(66, 68, 99, .5);
    width: 700px;
    min-height: 500px;
    border-radius: 34px; // You can play with this number
}

Great work overall and I wish you all the best!

Aykın

0

@Ahmed-Mustafa132

Posted

Hi @aykinsancakli Thank you for your feedback I modified my solution and You can take a look to see if this solution is correct or not

1

@aykinsancakli

Posted

Hello @Ahmed-Mustafa132,

I think it's looking great now. 🤩

All the best.

Aykın

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