Skip to content

Instantly share code, notes, and snippets.

@karkranikhil
Last active November 19, 2019 00:22
Show Gist options
  • Select an option

  • Save karkranikhil/e3fea32e894e920351d3eaac34e355f4 to your computer and use it in GitHub Desktop.

Select an option

Save karkranikhil/e3fea32e894e920351d3eaac34e355f4 to your computer and use it in GitHub Desktop.
#skip-link{
position:absolute;
top:-40px;
left:0;
padding:8px;
color:black;
z-index:9999;
}
#skip-link:focus{
top:0
}
<a href="maincontent" class="skip-link">skip to main content</a>
....
<div class="navigation">....</div>
....
<div id="maincontent" tabindex="-1">....</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment