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

Interactive Rating Component

@quintin156

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Feedback Welcome!

Community feedback

Hyron 5,870

@hyrongennike

Posted

Hi @quintin156,

Nice job on completing the challenge

You can replace your body rule with the body to remove the horizontal scrollbar and prevent content from overflowing by using min-height: 100vh

body {
    min-height: 100vh;
    margin: 0;
    font-family: "Overpass", sans-serif;
}

Marked as helpful

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