10 lines
163 B
CSS
10 lines
163 B
CSS
|
.visually-hidden {
|
||
|
position: absolute;
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
white-space: nowrap;
|
||
|
clip: rect(0 0 0 0);
|
||
|
clip-path: inset(50%);
|
||
|
overflow: hidden;
|
||
|
}
|