webpage with flex display

Solution retrospective
I'm most proud of nailing the rounded corners and Flexbox layout, especially the responsiveness. I'd definitely plan the CSS structure better next time and explore CSS variables for easier color management. I'd also look into using a library or creating custom SVG icons for a cleaner approach.
What challenges did you encounter, and how did you overcome them?"The biggest challenge was getting the layout right, especially the rounded corners on just one side of the container. Initially, I had rounded corners on both sides, which wasn't the design I was aiming for. I realized I needed to apply the border-radius property more selectively, using different values for each corner. I also had some trouble getting the two columns (the "Result" and "Summary" sections) to line up correctly and be responsive. Flexbox was key here. I played around with the flex properties until I got the balance I wanted, and then used media queries to make sure it looked good on smaller screens too."
What specific areas of your project would you like help with?margins and padding, how too use them properly
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Ikechukwu001'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