
Design comparison
SolutionDesign
Community feedback
- @wheelerMTPosted 3 months ago
Awesome work!
To get the card to be centered exactly in the middle of the screen, you could have a
body
styling of the following:body { background-color: #F4D04E; margin: 0; /* Remove default margin */ height: 100vh; /* Set height to 100% of the viewport */ display: flex; /* Use flexbox for centering */ justify-content: center; /* Center horizontally */ align-items: center; /* Center vertically */ }
0 - @Tay008Posted 3 months ago
it is a little bit hard to make two sides of border thick and two side thin
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