Design comparison
SolutionDesign
Community feedback
- @lukejansPosted almost 2 years ago
**Hey, Mikhael! I Love the look of thus result but have a helpful tip that I'm sure you'll enjoy to get that content to the center of the page **
HTML:
<body> <div class="wrapper"> ... YOUR CODE ... </div> </body>
CSS:
.wrapper { flex-direction: column; justify-content: center; align-items: center; display: flex; min-height: 100vh; width: 100vw; }
you can view my solution here but please note the class i use in my code is container instead but has the same result as its just a name
If this was helpful I would greatly appreciate if you marked this as helpful. Thanks! Happy Coding, Luke!
Marked as helpful1
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