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

@Ahmed-Mustafa-Kamel

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

@Miller1999

Posted

I think you could add some transition on the button animation to be a little bit smooth:

button{
...your styles...
transition: 0.5s all linear;
}

Marked as helpful

1

@Afeez-Ola

Posted

Use the code below to center the card on the screen.

.container { display: flex; position: relative; min-height: 100vh; flex-wrap: wrap; justify-content: center; align-content: center; }

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