
Design comparison
Solution retrospective
I am so proud to complete this challenge, It is my second challenge i will keep learning and correct the mistakes in my upcoming challenges
What challenges did you encounter, and how did you overcome them?I tried transition transforms etc.. I learned and did this challenge
What specific areas of your project would you like help with?Especially css part I will improve my style with upcoming challenges
Community feedback
- P@makogeborisPosted 8 months ago
Hi Dharungandhy28 great job on completing this challenge, here are some suggestions that might be of interest to you
- While using a section and a header is good for semantic clarity using it for a simple card like this might be an overkill. Just a
main
around the card should suffice. - It's best practice linking Google fonts directly in the HTML
head
section rather than directly in your CSS file as it enables asynchronous downloading, improving page load times. - Font-size should be written in rem not px. This article explains it better Why font-size must NEVER be in pixels.
Hope this helps
Marked as helpful0 - While using a section and a header is good for semantic clarity using it for a simple card like this might be an overkill. Just a
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