order-summary-component-main

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Hassiai
Replace the <figure> with the main tag to fix the accessibility issues. for more on semantic html visit https://web.dev/learn/html/semantic-html/
Reduce the width of the figure to 25vw / 20vw. To center the figure on the page, add min-height:100vh; display: flex; align-items: center: justify-content: center; to the body. instead giving figure a margin value to center it.
You forgot to add a box-shadow to proceed payment button
Hope am helpful. Happy Coding..
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