Responsive (even for Galaxy Fold) Order Summary page using CSS Flexbox
Design comparison
Community feedback
- @Sdann26Posted almost 3 years ago
If you want to eliminate the accessibility problem, you must add a
main
tag that wraps your entire application. To do this, place thismain
tag around yourdiv
with classcontainer
. However you will have to add anh1
tag, so change theh2
tag toh1
. 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 helpful0@caio-alcantaraPosted almost 3 years ago@Sdann26 Hey! Just made the changes you suggested. Thanks a lot :)
1 - @caio-alcantaraPosted almost 3 years ago
How was I supposed to use the background image?
0@itzjterPosted almost 3 years ago@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 helpful1@caio-alcantaraPosted almost 3 years ago@itzjter Just changed the background, thanks for the tip :)
1
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