×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Nicole Patten
Added: May 22, 2017 3:41 PM
Views: 2353
Tags: no tags
  1. .visuallyhidden {
  2.   border: 0;
  3.   clip: rect(0 0 0 0);
  4.   height: 1px;
  5.   overflow: hidden;
  6.   padding: 0;
  7.   position: absolute;
  8.   width: 1px;
  9. }