Design comparison
Community feedback
- @Ridwan10000Posted 3 months ago
@313yaseer Congratulations on completing the project. Well done. We must be careful about semantic tags. It is useful to give the browser more information about the page. Also some semantic tags have built -in Accessibility. Try to use
<main>
tag. Also the<button>
should be wrapped around with<a>
tag and not the<a>
tag wrapped around with<button>
tag. Also please use the style guide to follow on styling. You have been provided with colors and font-family in the file. For this project You don't need any media queries. Also try to get into the habit of using relative units like em and rem. Use these units for font sizes and margin-padding.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