Design comparison
SolutionDesign
Solution retrospective
I found it difficult to center the component
some ccs areas
no, i haven´t
Community feedback
- @IryDevPosted about 1 year ago
Hey @gireisalim, well done for completing this challenge😄
I have some advice in order to improve your solution :
- Another good way if you want to correctly center the score in the circle use the property display: flex ; align-items: center; justify-content: center(don't forget to add a min-height of 100vh to the body)
CSS :
body{ display: flex; align-items: center; justify-content: center; }
I hope you'll find this helpful😄
Marked as helpful0
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