Design comparison
SolutionDesign
Solution retrospective
This project has been completed using html, css and javascript. Any feedback related to this project is welcome.
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @barnilsarma,
Congrats on completing the challenge
If you want to center the card on the page, you can replace your body rule with the following one.
body { background-color: hsl(216, 12%, 8%); display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; padding: 0 !important; font-family: 'Overpass', sans-serif; }
Also make the thank you card the same size as the rating card.
Hope this is helpful
0
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