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 using css flex box

Sabine 40

@Sabineeklo

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

P
EHO 265

@hermannleboss

Posted

@great job sabine. Check you accessiblity and remove the padding in the bottom. Somme fix in the code

Applying thin to the body is not a good idea. If you want to specify font apply it to a p & h tag. They the best way to have a default font style.

body {
...........
  font-family: 'Red Hat Display', sans-serif;
  color: #717fa6;
  font-size: 16px;
  font-weight: 500;
}

remove the height in the container

height: 85vh;

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