Submitted almost 2 years ago
Responsive landing page (CSS Grid) with accessible external links
@JulioCinquina
Design comparison
SolutionDesign
Solution retrospective
Hi, everyone! 👋🏻
I had fun practicing HTML and CSS in this challenge.
To improve accessibility, links that open a new tab or window (target="_blank"
) are described with the aria-describedby
attribute, which points to a visually-hidden element that contains the "opens a new window" text. That text is announced by screen readers when one of those links is focused.
Any feedback, comments and suggestions are very welcome and appreciated. Thank you!
Community feedback
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