Order Summary Order with Html and Css

Solution retrospective
I cant publish it right in GitHub Pages, the images are missing, any help?
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@jmnyarega
Nice work on the challenge @KaliRodri. A few suggestions here:
Annual plan
should be in astrong
tag, noth4
- You can use
viewport
units(vh, vw) to setbackground-size
of the background pattern.background-size: 100vw 40vh;
- Prefer relative units(rem/em), check out this resource em-vs-rem-vs-px
Keep coding 🙂
Marked as helpful - @grace-snow
Hello
The viewport units you’ve used is making everything all squished on mobile. Best to just use max width in REM or even px on this
You also need in html
- to wrap content in a main element
- to make the h2 a h4 (headings must go in order)
- to add either
role=“presentation”
oralt=“” aria-hidden=“true”
to the image so and bots know it’s decorative (or add just the alt attribute with a description of the image if you think it is valuable content) - to make the cancel cta into a button element
- to add focus-visible styles to all interactive elements
Good luck
Marked as helpful - P@Skyz03
Hi KaliRodri, Great work on finishing the challenge, I can clearly see the images in your solution. Keep coding. If you have any other question leave a comment below. Thanks👍
Marked as helpful
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