Results summary component using HTML and CSS

Solution retrospective
I am most proud of the fact that I wrote the entire code for this challenge without seeking for external assistance. Which means I have significantly improved in my frontend development journey. I find the challenge quite simple enough. So, I planned on the design, and used only HTML5 and CSS to complete the challenge.
What challenges did you encounter, and how did you overcome them?One of the challenges I encountered was that the content of one of the div
was shrinking while the other remained the same as the screen size reduced. It turned out that I had used viewport
values for its size i.e 60vw
. So I changed it to percentage - 60%
.
I am comfortable with my project right now, however, if there is anything I could do better I'd really love to know.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Caleb Abuul'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