Skip to content

Instantly share code, notes, and snippets.

View Hunt3RSH's full-sized avatar
📈
Junior SEO Specialist at [Project SEO]📋

Volodymyr Shamrai Hunt3RSH

📈
Junior SEO Specialist at [Project SEO]📋
View GitHub Profile
@luxplanjay
luxplanjay / visually-hidden.css
Last active September 1, 2025 12:13
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%);