Design comparison
SolutionDesign
Solution retrospective
Hardest thing was to design the score circle. What are the ways to make CSS more readable, is using OOCSS a good practice in this project and overall?
Community feedback
- @Aimal-125Posted over 1 year ago
In your CSS code, use
display: flex;
justify-content: center;
align-items: center;
And for .score-circle class:-
Place this element inside <div> element. Then give this <div> tag
border-radius: 50%;
and .score-circleclip-path: circle(50%);
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