김초보's CSS 이야기/TIP
[CSS][TIP] 너비(width)에 따른 말 줄임 효과 주는 방법
ElvinKim
2016. 3. 2. 12:09
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;