Skip to content
Submitted about 1 month ago

Result Summary Component using HTML and CSS Flexbox

node, pure-css
LVL 2
Anshul150
@Anshul95-prog
A solution to the Results summary component challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

I am proud that I successfully completed the Results Summary Component using HTML and CSS. I was able to create a clean layout similar to the design and properly use Flexbox for alignment. I also learned how to deploy my project using GitHub Pages, which was a new experience for me.

Next time, I would focus more on writing cleaner and more organized CSS. I would also improve responsiveness for different screen sizes and try to use better naming conventions for classes.

What challenges did you encounter, and how did you overcome them?

One challenge I faced was aligning elements properly using Flexbox and matching the gradient background from the design. At first, my layout was not centered correctly.

I solved this by practicing Flexbox properties like justify-content, align-items, and display: flex. I also reviewed the style guide and adjusted spacing and padding carefully until the layout matched the design.

Another challenge was deploying the project with GitHub Pages, but I learned how to enable it from the repository settings.

What specific areas of your project would you like help with?

I would like feedback on improving my CSS structure and making the design more responsive. I also want suggestions on how to write cleaner and more professional code. Any tips for improving layout techniques and best practices would be helpful.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Anshul’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