Submitted 5 months ago
A Results-summary-component page. Built to be responsive.
@Gideon-w
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Being able to remember the complexities of CSS layouts.
What challenges did you encounter, and how did you overcome them?Media queries were a bit hard to remember, but after revisiting them and some revision, I was able to pull through.
What specific areas of your project would you like help with?If you have any ideas on a better approach, do leave them in the comments.
Community feedback
- @akibraza91Posted 5 months ago
Hello there!
Congrats on completing the challenge! ✅
Your project looks great!
I have a suggestion about your code that might interest you:
📌 You can use pale blue color to your
<body>
and neutral white to<main>
Example:
body { background-color: var(--Neutral-Pale-Blue); padding-block: 10em; } main{ display: flex; max-width: 38em; column-gap: .4em; margin-inline: auto; padding: 1em; background-color: var(--Neutral-White); }
I hope this helps!
Other than that, excellent work!
Marked as helpful0
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