Welcome! 👋

Frontend Mentor - Interactive rating component solution

This is a solution to the Interactive rating component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Screenshot

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid

What I learned

.main-container ul li button:focus{
    background-color:hsl(217, 12%, 63%);
    }
submitButton.addEventListener("click", () => {
    thanksContainer.classList.remove("hidden"); //*//
    mainContainer.classList.add("hidden"); 
}

Author

Have fun building! 🚀