Results summary component using inline-block and flex

Solution retrospective
just a newbie on a first project. :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vishalyv252
I have made corrections to your code and correct it.
For centring the item: Here's the code :
.main-page { display: flex; justify-content: center; align-items: center; height:100%; width:100%; }
At image element: -> First Thing, make sure to check the file location path of the icon image. -> Second Thing, Type some description at the alt attribute of the image icon.
- @LawrenceEkene
Nicely done.
I just want to know how you were able to create that halo effect after the general score.
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