Design comparison
Solution retrospective
It's been a while since I did a challenge on frontend mentor. This challenge is quite simple. Let me know your comments and remarks
Community feedback
- @HassiaiPosted almost 2 years ago
Wrap the <div class="container"> and its content in the main tag, replace <div class="container"> with h1 to fix the accessibility issue. click here for more on web-accessibility
To center a content on a page, add min-height:100vh; display: flex; align-items: center: justify-content: center; or min-height:100vh; display: grid place-items: center to the body.
in the media query give the a header a percentage width of 50%.
Hope am helpful.
Well done for completing this challenge. 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