본문 바로가기

tip

hide-text css처리 -9999px를 대체할 방법

반응형

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

반응형