
Solution retrospective
I was able to do it and I'll try to do it better and faster next time.
What challenges did you encounter, and how did you overcome them?I had the challenge of spacing between my list-style-type and text and dragging the table to the end of the page, but I did it by searching.
What specific areas of your project would you like help with?I'm having trouble being responsive.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @thisisharsh7
Hey, Awesome job on completing the project! 🎉
You're already thinking like a developer by reflecting on what went well and what to improve — that's a great mindset.
I really liked how clean your layout looks and how well-organized your HTML and CSS are. Great use of semantic tags and consistent spacing!
You tackled some tricky parts like list spacing and table alignment — nice work figuring it out through research.
As for responsiveness, you're on the right track! A few tips:
- Try adding
max-width: 100%
to yourimg
to make it scale on smaller screens. - Consider using media queries or relative units like
%
,em
, orrem
instead of fixedpx
sizes in some places. - Wrapping your
.card
with acontainer
class and adjusting padding/margins at different screen sizes can help too.
You're off to a strong start — keep exploring, breaking things, and improving.
Marked as helpful - Try adding
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