Design comparison
SolutionDesign
Community feedback
- @justinconnellPosted 10 months ago
Hi Osman, Your solution looks great!
I looked at the implementation on mobile and desktop devices and both look good. The state changes are working properly for mobile as well as web.
I noticed that you have a ``<div>``` element outside the document:
<div class="container"> <main> ... </body> </html> </div>(Line 41)
possibly en editing error but it seems that the browser renders the closing div tag inside the body tag.
Hope you find that helpful
All the best!
Justin
0
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