Created
October 6, 2018 02:03
-
-
Save jasonday/c51e2d35cea2e57b3a7b34f423dc13f9 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
a.skip-main { | |
left:-999px; | |
position:absolute; | |
top:auto; | |
width:1px; | |
height:1px; | |
overflow:hidden; | |
z-index:-999; | |
} | |
a.skip-main:focus, a.skip-main:active { | |
color: #fff; | |
background-color:#000; | |
left: auto; | |
top: auto; | |
width: 30%; | |
height: auto; | |
overflow:auto; | |
margin: 10px 35%; | |
padding:5px; | |
border-radius: 15px; | |
border:4px solid yellow; | |
text-align:center; | |
font-size:1.2em; | |
z-index:999; | |
} | |
<a class="skip-main" href="#main">Skip to main content</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment