Product Preview Card using CSS Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @xianort
Hello, I think your solution looks great.
I checked your code and I think there are a couple of points worth mentioning:
- Using more than one
<h1>
- Skipping heading levels
I think these two practices can be a source of confusion for screen reader users. So I think it's best to avoid them.
Prefer using only one
<h1>
element per page and don't skip heading levels.I recommend you read MDNs article about HTML heading elements.
I hope you find this helpful.
Marked as helpful - Using more than one
- @mamman-naf
AWESOME
Join 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