Design comparison
Solution retrospective
Hi everyone,
This is my solution to the order summary component.
All comments, tips and feedback are welcome!
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hello Lucas Santos, how are you? I truly loved your project's outcome, however I have some advice that I hope you'll find useful:
We have to make sure that all the content is contained in a reference region, designated with HTML5 reference elements.
native HTML5 reference elements:
<body> <header>This is the header</header> <nav>This is the nav</nav> <main>This is the main</main> <footer>This is the footer</footer> </body>
I noticed that you forgot to add the background image in the mobile version of the project! to change we just need to add a media query for smaller resolutions and put the background image directly in the body!
The remainder is excellent.
I hope it's useful. 👍
Marked as helpful0@FromlukDevPosted almost 2 years ago@AdrianoEscarabote Yo Adriano, thanks for the heads up! I am actually confused on the HMTL5 reference elements. So in this component I should have all the content in the <main> element?? Valeu
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