17 lines
257 B
CSS
17 lines
257 B
CSS
a.skiplink {
|
|
position: absolute;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
padding: 0;
|
|
border: 0;
|
|
height: 1px;
|
|
width: 1px;
|
|
overflow: hidden;
|
|
}
|
|
a.skiplink:focus {
|
|
clip: auto;
|
|
height: auto;
|
|
width: auto;
|
|
background-color: #fff;
|
|
padding: 0.3em;
|
|
}
|