Skip to content

Instantly share code, notes, and snippets.

@mhairston
Created February 19, 2014 16:26
Show Gist options
  • Save mhairston/9095590 to your computer and use it in GitHub Desktop.
Save mhairston/9095590 to your computer and use it in GitHub Desktop.
New Improved 2013 "no-visual" style
/*
Hide elements from visual browsers, keep content accessible.
Taken from http://html5boilerplate.com/
*/
.no-visual {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment