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

CSS and HTML

Omkar0512 20

@Acdbb

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Could someone please guide me in making a website responsive?

Community feedback

Hassia Issah 50,650

@Hassiai

Posted

Wrap the body content in a main tag and replace <h4> with <h2> to fix the accessibility issue.

Give .container a fixed max with value instead of a percentage value .eg. max-width: 450px; Give p a margin or a padding value for all the sides. There is no need to give .inner-content justify-content. the box-shadow of #proceed has a wrong color.

Use rem or em as unit for the padding, margin, width and preferably rem for the font-size for more on CSS units, click here

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

Marked as helpful

1

Omkar0512 20

@Acdbb

Posted

@Hassiai Thank you for the feedback!

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