Result Summary Challenge with HTML, CSS and JS

Solution retrospective
1 - Had difficulty keeping the round container with the same proportion everytime, how could I do that? 2 - Please let me know where I can improved. Thank you very much.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SouleymaneSy7
For the height of your wrapper element don' t put a specific height on it. Like:
.wrapper { height: 70vh; }
Instead, don't specify the height. Let it's child element put the height!
Marked as helpful
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