Submitted almost 3 years ago
Responsive NFT Preview Card Using Flexbox
@intherightdirection
Design comparison
SolutionDesign
Community feedback
- @skyv26Posted almost 3 years ago
To solve accessibility issues:
Use aria-label attribute in your below code
<aside class="purchase-info">
Like this
<aside class="purchase-info" aria-label="side container use for user purchasing info">
ALways add something meaningful to aria-label in order to make SEO better
Good Work ;)
Marked as helpful0@intherightdirectionPosted almost 3 years ago@skyv26 Thanks, I have never even heard of that property and didn't know aside needed label. I'll have to read up on that.
1
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