Design comparison
SolutionDesign
Community feedback
- @Rohitgour03Posted almost 3 years ago
@BuNNY8646, Hey Bunny, Nicely Done. 👍🔥 You are almost there. Some things I noted in your solution is that ----
- Text inside the button is not clearly visible, Try to make it bold and bigger.
- You have used semantic tags in HTML, That's good but you may forget to add Header and Main and try to add header and wrap all the middle sections in the main tag because they are part of the main content.
- You have used the H1 element multiple times, there should be only one H1 element on the whole page. For other headings, use H2.
- The images should have an alternate text, except the image used for decorative purposes, in that case, use an empty alt tag.
Hope that helps 👍. Keep trying, keep hustling.
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