Skip to content

Instantly share code, notes, and snippets.

View lexk87's full-sized avatar

Oleksandr Katyshev lexk87

View GitHub Profile
@lexk87
lexk87 / logo.svg
Last active October 8, 2025 08:36
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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%);