📜  css display offscreen - CSS 代码示例
📅  最后修改于: 2022-03-11 14:47:51.683000             🧑  作者: Mango
代码示例1
.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
This text is hidden.