Design comparison
Solution retrospective
Used useReducer instead of useState for state management
What specific areas of your project would you like help with?An absolute element that has the green edge for the first two NEW and FEATURED items makes the container bigger and slightly makes it bigger than the rest. I'd like help on how to style an absolute element and for it not to increase th size of its container.
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hi Nivrii, how’s everything? I think your project turned out great! However, I have some feedback that I think might be 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>
The rest is amazing.
I hope this is helpful. 👍
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