Design comparison
SolutionDesign
Community feedback
- @MatPawlukPosted about 1 year ago
Hi, congratulations on sharing this project! 🎉👏
Try using Flexbox on the body:
body { display: flex; /* Using Flexbox */ justify-content: center; /* Center horizontally */ align-items: center; /* Center vertically */ height: 100vh; /* Utilize full viewport height */ }
Also, your image is not in your repository. Try to upload it."
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