mirror of
https://github.com/pacnpal/steadirect.git
synced 2025-12-20 04:01:09 -05:00
update index.html: add visually-hidden class for improved accessibility support
This commit is contained in:
11
index.html
11
index.html
@@ -103,6 +103,17 @@
|
||||
color: white;
|
||||
z-index: 100;
|
||||
}
|
||||
.visually-hidden {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
}
|
||||
.site-title {
|
||||
text-align: center;
|
||||
margin: 15px 0 20px 0;
|
||||
|
||||
Reference in New Issue
Block a user