
Design comparison
SolutionDesign
Community feedback
- @MarziaJaliliPosted 2 months ago
Hey there!
Some sort of suggestion:
- set the code below in the body selector to center the card:
body { display: grid; place-items: center; min-height: 100vh; }
- Make sure that the card is the only child element of the
<body>
.
If not wrapp everything nested inside
<body>
with the<main>
element. It will look something like this:<body> <main> <!-- every element nested inside --> </main> </body>
Keep up the grind🫡
Marked as helpful0@qayoommunawarPosted about 1 month ago@MarziaJalili Thank you for your Suggestions. Much appreciated.
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