
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Agnik7
Hi, Congratulations on solving this challenge🎉🎉🎉.
You have an almost perfect solutions, however I have 2 points that might help you.
- Replace the ending
div
tag with afooter
tag, since the content is supposed to be the footer.
<footer class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Dan Mahony</a>. </footer>
- Although the card size and the image position is perfect, the text seems to be slightly off. I think that could be fixed by proving a top bottom margin of around
1rem
or0.5rem
to theheader
tag.
Hope you find this comment useful. Please feel free to correct me, if I have mentioned any incorrect information.
Have a nice day!!
Marked as helpful - Replace the ending
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