문장줄임
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
특정단위로 텍스트 줄이기 위한 구문
white-space: normal;
display:-webkit-box;
-webkit-line-clamp:3; /* 문장을 줄이기전 보여질 줄의 갯수를 쓴다. */
-webkit-box-orient:vertical;
overflow:hidden
'WEB UIUX > CSS' 카테고리의 다른 글
[CSS]css로 영역에 뿌옇게 블러처리하기(filter) (0) | 2022.10.11 |
---|---|
[CSS]반응형에서 position: absolute; 제거하기 (0) | 2022.10.11 |
[css] display: flex (0) | 2022.10.04 |
[css] css스타일 예제로 여러가지 요소의 속성 알아보기 (float, margin, box-sizing, last-child) (0) | 2022.09.03 |
[css] margin과 padding (0) | 2022.09.03 |