Design comparison
SolutionDesign
Community feedback
- @ndickersPosted over 1 year ago
use the following code to center the main content in your style body{ position:absolute; block-size:100%; inline-size:100% display:flex; flex-direction:column; justify-content:center; align-items:center; } Then avoid using divs, instead use semantic html like, "main", "section","article" etc. Then don't use "h2" before "h1". Always start with h1 followed by h2,h3,h4,...for accessibility Lastly use the color code provided for the challenge. I hope you find this helpful
0@DevMaxwellPosted over 1 year ago@bryondickers Thank you so much!. I would make the changes now. I really appreciate your reply.
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