Skip to content

Instantly share code, notes, and snippets.

View fantom-sky's full-sized avatar

OLga🌠 fantom-sky

  • Joined Sep 2, 2025
View GitHub Profile
@fantom-sky
fantom-sky / visually-hidden.css
Created September 26, 2025 11:48 — forked from luxplanjay/visually-hidden.css
Visually hidden CSS pattern
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);