Submitted almost 2 years agoA solution to the Interactive rating component challenge
Building Project using React
react
@vuson1709

Solution retrospective
I have issue when choosing color. In style-guide.md of the project, it requires me to use these color:
:root {
/* ### Primary */
--orange: hsl(25, 97%, 53%);
/* ### Neutral */
--white: hsl(0, 0%, 100%);
--light-grey: hsl(217, 12%, 63%);
--medium-grey: hsl(216, 12%, 54%);
--dark-blue: hsl(213, 19%, 18%);
--very-dark-blue: hsl(216, 12%, 8%);
}
When apply color for numbers, I tried all colors above but can't use correct color as in design images.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on vuson1709's solution.
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