Design comparison
SolutionDesign
Solution retrospective
กลับมาทำต่อ เป้าหมาย 1000 คะแนน แต่อาจต้องฝึกพื้นฐานเพิ่มเพราะไม่ได้เขียนนาน
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions regarding design.
- Remove the
commented line
from the below code it is not a good way to center the card instead use flex or grid in body.
main { /* padding-top: 81px; */ }
-
As you already used
grid
but missed some lines of code. Add below line of code. -
USING GRID
main{ min-height: 100vh; place-items: center; }
I hope you find this helpful.
Happy coding😄
0 - Remove the
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