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

Responsive (even for Galaxy Fold) Order Summary page using CSS Flexbox

@caio-alcantara

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

Danilo Blas 6,300

@Sdann26

Posted

If you want to eliminate the accessibility problem, you must add a main tag that wraps your entire application. To do this, place this main tag around your div with class container. However you will have to add an h1 tag, so change the h2 tag to h1. This is all part of structuring your html correctly. By the way, don't forget to update your solution.

Good luck in your next projects :D

Marked as helpful

0

@caio-alcantara

Posted

@Sdann26 Hey! Just made the changes you suggested. Thanks a lot :)

1

@caio-alcantara

Posted

How was I supposed to use the background image?

0

itzjter 120

@itzjter

Posted

@caio-alcantara heyy! If you want you can try with this:

In your container you can put these:

.container {

background-image: url(put the relative link of your background);

background-color: hsl(225, 100%, 94%);

background-size: 100% 50%; (or contain, is up to u).

background-repeat: no-repeat;

}

Hope it was helpful ^^ Let me know if it works :)

Marked as helpful

1

@caio-alcantara

Posted

@itzjter Just changed the background, thanks for the tip :)

1
itzjter 120

@itzjter

Posted

@caio-alcantara :)

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