Skip to content

Instantly share code, notes, and snippets.

View lexk87's full-sized avatar

Oleksandr Katyshev lexk87

View GitHub Profile
@lexk87
lexk87 / visually-hidden (css)
Created February 14, 2022 06:46 — forked from kazakov-al/visually-hidden
visually-hidden
.visually-hidden {
position: absolute;
white-space: nowrap;
width: 1px;
height: 1px;
overflow: hidden;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);