Skip to content

Instantly share code, notes, and snippets.

View birdwing's full-sized avatar

Aron Brown birdwing

  • Gateway Worship Center / Charlotte County Public Schools
  • Port Charlotte, FL
View GitHub Profile
@chrisblackwell
chrisblackwell / Visually Hidden CSS
Created January 25, 2014 02:28
Visually Hidden CSS
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}