Skip to content

Instantly share code, notes, and snippets.

@Tantas
Created May 7, 2014 17:30
Show Gist options
  • Save Tantas/beede833d6ea6c186f76 to your computer and use it in GitHub Desktop.
Save Tantas/beede833d6ea6c186f76 to your computer and use it in GitHub Desktop.
Place off screen in an accessible manner. Useful for hidden labels.
.offscreen {
position: absolute;
left: -999em;
xwidth: 90em;
xoverflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment