Use template for accessible.html example
This commit is contained in:
committed by
Andreas Hocevar
parent
821f31fa18
commit
dd3350c948
16
examples_src/accessible.css
Normal file
16
examples_src/accessible.css
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user