Last active
November 19, 2019 00:22
-
-
Save karkranikhil/e3fea32e894e920351d3eaac34e355f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #skip-link{ | |
| position:absolute; | |
| top:-40px; | |
| left:0; | |
| padding:8px; | |
| color:black; | |
| z-index:9999; | |
| } | |
| #skip-link:focus{ | |
| top:0 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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