Skip to content

Instantly share code, notes, and snippets.

@jonathansousa
Created November 5, 2012 19:13

Revisions

  1. Jonathan D. Sousa created this gist Nov 5, 2012.
    8 changes: 8 additions & 0 deletions CSS: Offscreen Text
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    .textOffscreen {
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    font-size: 0;
    text-align: start;
    }