Submitted 4 months ago
a stunning, responsive card component
@Hackerbot24
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Completing this challenge
What challenges did you encounter, and how did you overcome them?Nah. I just did one thing differently i use the image as the background.
What specific areas of your project would you like help with?I am open to learning
Community feedback
- @IzykGitPosted 4 months ago
Good work, I recommend you look into semantic html.
In your code you have wrapped everything in div containers. Instead try elements like <main>, <section>, <ul>, etc. for your structuring. This is very important for semantics and SEO. Divs do not have any semantic value and will not tell the browser what kind of content is contained within.
Marked as helpful0
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