[CSS]隱藏標籤文字

以前常常使用text-indent:9999px;

可以改成使用

.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}


沒有留言: