Design comparison
SolutionDesign
Community feedback
- @Miller1999Posted about 1 year ago
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 helpful1 - @Afeez-OlaPosted about 1 year ago
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 helpful1
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