Design comparison
SolutionDesign
Community feedback
- @romila2003Posted over 2 years ago
Hi Victor,
Congratulations 🎉 on completing this challenge, it was a good attempt but there are some minor issues I want to address:
- The width of the card is quite short so you could increase the width to around 300px to 330px.
- The
font-family
for the title and paragraph are missing. - The
font-color
for the heading is also missing. - Instead of creating empty
p
tags, you can add paddings between the heading and the paragraph, to give it space. - It is best practice to wrap your code with the correct semantics therefore the main container should be wrapped with the
main
tag e.g.<main class="container"></main
Overall, great attempt and wish you the best for your future projects so keep 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