Design comparison
SolutionDesign
Solution retrospective
Today I have learned CSS grid and took this grid component challenge. I'm looking forward to the enlighting feedback from this community.💗
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions regarding design.
➨ Add
min-height:100vh
&place-items:center
to your.container
as you are already using grid and remove margins from .container to properly center the card.➨ Use
Semantics
for the proper design of your code.wrap up `.container` div inside `<main>`.
- Use
responsive units(rem, em, %)
from next project. Explore respective use cases on google.
link.
I hope you find this helpful.
Happy coding😄
Marked as helpful2 - Use
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