Submitted almost 2 years ago
Product preview card using css and html for desktop and mobile
@SAI-TARUN-REDDY-ATLA
Design comparison
SolutionDesign
Solution retrospective
This is my first work on frontend as a newbie, if anyone find any error or any method to code which is better than this then you could share your approach to this.
Community feedback
- @Emmanuel-obioraPosted almost 2 years ago
Good day. From your completed project I observed that your attribution class content is sitting close to the main content of the web also you have an accessibility issue to correct. To fix this kindly do the following;
- Change the 'div' with the class attribution to 'footer'
- Add the following code to the body landmark of your web page.
body{ display: grid; min-height: 100vh; }
- Add the following to the footer tag or the class attribution.
.attribution{ margin-top: auto; }
I hope this is helpful. Happy coding!!!
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