Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Order summary Component

@DevMaxwell

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@ndickers

Posted

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

@DevMaxwell

Posted

@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 GitHub
Discord logo

Join 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