Created
August 17, 2016 18:37
-
-
Save brayhoward/fbd7ad32bf92e346322f6586ed80b3f2 to your computer and use it in GitHub Desktop.
Skip navigation.
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
body | |
header | |
a#skip-nav(href="#main-content") | |
nav | |
... | |
#main-content |
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#skip-nav { | |
position: absolute; | |
top:-10%; | |
left:25%; | |
&:active, &:focus, &:hover { | |
top: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment