Design comparison
Solution retrospective
Any comment will help.
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there π. Congratulations on successfully completing the challenge! π
- I have other recommendations regarding your code that I believe will be of great interest to you.
BODY MEASUREMENTS π:
- Use
min-height: 100vh
forbody
instead ofmin-height: 90vh
. Setting themin-height: 90vh
may result in the component being cut off on smaller screens.
- But if we set
min-height: 100vh
then thebody
will start at100vh
, if the content pushes thebody
beyond100vh
it will continue growing. However if you have content that takes less than100vh
it will still take100vh
in space.
.
I hope you find this helpful π Above all, the solution you submitted is great !
Happy coding!
Marked as helpful0@hercel08Posted over 1 year ago@0xAbdulKhalid
thanks, I'll build better next time.
0 - @VishalMauryastpPosted over 1 year ago
Hello π,Your code is great, but I'll suggest you that set the padding of whole <div> in which text is written , And set margin-top property for creating the gap between tag.
I hope ,It's Helpfulπ.
Marked as helpful0@hercel08Posted over 1 year ago@VishalMauryastp thanks, I'll try that for my next challenges.
1 - @Kamlesh0007Posted over 1 year ago
Hello Your code is great, but I'll suggest you that use flexbox for making container center its not exactly in center so just fixed it
I hope ,It's Helpfulπ.
0
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