Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Raphael, great work on this challenge! 😉
Here are a few tips for improve your code:
- the css url is wrong, fix like it:
<link rel="stylesheet" href="styles/style.css"> or <link rel="stylesheet" href="./styles/style.css">
and not<link rel="stylesheet" href="/styles/style.css">
- add
main
tag and wrap the card for improve the Accessibility - use
h1
for the title of card - instead of using
px
use relative units of measurement likerem
-> read here
Overall you did well 😁 Hope this help!
Marked as helpful2@RappeuPosted over 2 years ago@denielden Thank you, I really appreciate it. I’ll try what you said in the next challenge I’m doing. Have a great day.
1 - the css url is wrong, fix like it:
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