Frontend Mentor | Product preview card component

Solution retrospective
Just testing. Not smart enough to have any good questions yet.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @TH3RIV
Hi, @ByProxy66! To me it looks pretty good.
The main issue I have with your project is that it does not contain landmarks (header, main, footer). Pretty sure a page content has to be wrapped in
<main></main>
landmark for it to recognise what is the main content of the page.Therefore I would suggest doing the following:
- Wrap your card within
main
landmarks. - Wrap your attribution within
footer
landmarks.
Hope this helps!
Marked as helpful - Wrap your card within
- @VincenzoMuolo
Hi there!
The layout works great! The only thing i would suggest you is to shrink a bit the card on mobile layout, maybe by adding some padding / margin on left and right side.
Hope this give you some help!
Cheers
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