Design comparison
Community feedback
- @aditya3284Posted over 1 year ago
Hey Lucho, good job
I too submitted my solution for the same challenge, and found your's in my feed.
Your solution looks great however I think that their can be some modifications.
š
body
can use amin-height:100vh
, which will make it take the whole screen's height.š And also instead of using margins to position the card element at the center of the screen, utilize
display:grid;
ordisplay:flex
and then use property likeplace-items
.I hope this helps you.
Cheers
Happy coding š
Marked as helpful0@LuchoUrtubeyPosted over 1 year ago@aditya3284 hi! I followed your advice about the body and modified it. check it out.
I will work on the display
thanks!
0@aditya3284Posted over 1 year agoHi @LuchoUrtubey
I checked your preview and it's much better now, just give some love to the card element too, by using another method to center it on the screen.
Really enjoyed interacting with you.
(ā'ā”'ā)
Happy Coding š.
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