Skip to content
.skip-link {
position: absolute;
left: -999px; /* hide off-screen */
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
z-index: -1;
}
.skip-link:focus {
position: absolute;
left: 0; /* show when focused */
width: auto;
height: auto;
z-index: 1000;
}