Submitted about 3 years ago
Base apparel coming soon page using flexbox + grid
@robpan38
Design comparison
SolutionDesign
Solution retrospective
- feedback is welcome uwu
Community feedback
- @ChamuMutezvaPosted about 3 years ago
- a site is expected to have a heading with the first heading being an h1
- another important element that is expected in a site is the
main
element. Avoid the div element where possible it has no semantic meaning - images should have the alt attribute , decorative images must have an empty
alt=""
and the rest should have a descriptive alt message that can help assistive tech users to visualize the message that is being put across. - when an element such as a button do not have text that can be read by screen readers , use an aria-label to provide such text .
<button onclick="btnFunction()"> <img src="images/icon-arrow.svg"> </button>
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