
Solution retrospective
I would like to get a comprehensive feedback on the cleanliness of the code, readability, usability, efficiency, and so on. Perhaps somewhere I should have used a different method of solving the problem. That's what I'd like to know.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Stv-devl
Hi good work,
. Your HTML is well structured.
. For your CSS, I recommend centering your card. You can do this by using:
.container { display: flex; justify-content: center; align-items: center; height: 100vh; }
Good continuation
Marked as helpful
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