Responsive 3-column card component using semantic HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @PhoenixDev22
hello @Ayon95 ,
I have some suggestions regarding your solution :
-
<svg> '
s do not add important information to a document should be considered decorative. You can usearia-hidden="true"
to hide the SVG from screen readers.focusable="false"
is also used to ensure Internet Explorer won’t allow the Tab key to navigate into the SVG. -
Create a custom
:focus-visible
styling to any interactive elements. This will make the users can navigate this website using keyboard (by using Tab key) easily.
Hopefully this feedback helps.
Marked as helpful -
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