Design comparison
Solution retrospective
Im Capable of Styling css
What challenges did you encounter, and how did you overcome them?responsive design of card
What specific areas of your project would you like help with?stylising
Community feedback
- @StroudyPosted 2 months ago
Hey great job getting it so close to the original, some things I noticed,
- Missing a
<meta>
description tag for SEO purposes, - It is best practice to have a
<main>
tag inside your body highlighting the main section. - Your
@media
should also be in relative unitsrem
, - Having better
alt=""
descriptions for accessibility is a must check this out Write helpful Alt Text to describe images, - Setting a height and width attribute to your
<img>
will increase performance to reduce layout shifts and improve CLS, It reserves the space on the page for the image,
Your code is looking great, Hard to fault!, I hope you found some of this information helpful, You should give the articles a good read and I look forward to seeing some more from you, Happy coding! 💻
0@Harsha0419Posted 2 months ago@Stroudy thank you sir I will surely improve my self
0 - Missing a
- @alexpeteronojaPosted 2 months ago
Nice work and I love how you properlly arrange it. also when you are inserting the link for external css, it should be after the google font link this is to ensure that you can manully adjust the font when you want to because browsers read code from top to bottom.
0@Harsha0419Posted 2 months ago@alexpeteronoja yes sir I will correct my self 😀
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