Design comparison
SolutionDesign
Community feedback
- @michel-moreiraPosted almost 2 years ago
Hello facuprost! Congratulations to complete the challenge!
I have some suggestions that might be useful!
HTML
- In the img tag, you must put an alternate text, the attribute "alt". The required alt attribute provides an alternate text for an image, if the user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader). Source.
- You need to put whole code of the <div class="container" inside the tag <main> that indicate the card is a part of the main page, it's cause semantic. Here.
- You can put in a folder that you should name "src" (source) other folders like 'image' and 'styles' to promote more organization in the project.
I hope you find it helpful! The solution you submitted is great!
Happy coding!
Marked as helpful1
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