Interactive Rating Component

Solution retrospective
How can I improve this?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hyrongennike
Hi @FelipeDaCosta,
Congrats on completing the challenge
You can replace your body rule with the following to center the card on the page.
body { background-color: #121417; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; } }
Swap out the main-component div for a main tag you can keep the class. Hope this is helpful.
- @corjon
You can center your content vertically by adding this:
body { min-height: 100vh; }
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