
A responsive results summary component
Design comparison
Solution retrospective
The challenge I found when working on this project was a minor challenge, namely the problem of arranging an element in a container so that it could be aligned vertically. After I researched and explored and tried to find out what methods I could use to be able to align the items in the container so that they were aligned vertically in the middle, I finally found an easy and effective way, namely using the CSS display: flexbox
and align-items: center;
properties.
I also don't know how to use data from JSON data so I need to learn JavaScript to be able to display data dynamically.
What specific areas of your project would you like help with?Is my approach correct in making this component responsive?
Thank you very much for your answer and explanation. I really appreciate your time and effort in helping me! 😊
Community feedback
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