반응형
css
text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100px; overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
width:100px; overflow:hidden;
두줄 이상인 경우 css
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.2em; height: 3.6em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
overflow: hidden; text-overflow: ellipsis;
display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */
-webkit-box-orient: vertical;
word-wrap:break-word;
line-height: 1.2em; height: 3.6em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
반응형
'퍼블리셔일기' 카테고리의 다른 글
반응형 헤더/메뉴 만들기 responsible header nav menu css html (0) | 2021.02.03 |
---|---|
들어가자마자, 페이지 로딩시 레이어팝업창 띄우기 css로만 only css (1) | 2021.02.02 |
클릭시 (누르면)레이어팝업 or 박스 나오게 하기 (0) | 2021.01.26 |
form submit 해도 repage / return 안되게 하기 (0) | 2021.01.26 |
스와이퍼 모바일에서 다른 사진으로 바꾸기 (0) | 2021.01.21 |