Skip to content

Instantly share code, notes, and snippets.

@keithjgrant
Last active March 28, 2018 15:52
Show Gist options
  • Save keithjgrant/964fdc1119f242f3308af1d0483e210f to your computer and use it in GitHub Desktop.
Save keithjgrant/964fdc1119f242f3308af1d0483e210f to your computer and use it in GitHub Desktop.
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap;
}
<!doctype html>
<button>
<span class="visually-hidden">Close</span>
&times;
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment