Design comparison
Solution retrospective
As a total beginner, starting to link knowledge and understanding of various software and tools while practicing code is rewarding. Following through was quite an achievement.
What challenges did you encounter, and how did you overcome them?Understanding Github to make things work was a challenge having no previuos knowledge of using such programmes.
What specific areas of your project would you like help with?looking forward for the next challenge.
Community feedback
- @maverick-67Posted 5 months ago
Yes, the solution uses semantic HTML. The solution seems to be accessible. The layout appears to be responsive, adjusting well on different screen sizes. The code appears to be well-structured, readable, and reusable. The solution seems to closely match the design provided.
Marked as helpful0 - @walkerbb216Posted 5 months ago
To completely center the card something like: position: absolute; top: 0; bottom: 0; left: 0; right: 0; is better so it doesn't shift from the center when the window is resized.
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