Content deleted Content added
?? |
use the one that doesn't depend on clip |
||
Line 16:
/* hide the text provided for blind people
https://webaim.org/techniques/css/invisiblecontent/
don't have access to clip. too new? open to abuse?
*/
.progression-rainbow span {
height: 1px;▼
overflow: hidden;▼
position: absolute;
left: -10000px;
top: auto;
width: 1px;
▲ height: 1px;
▲ overflow: hidden;
}
|