/*
Demo: https://jsfiddle.net/elky/f6khaf2t/
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
*/ .element { display: table; table-layout: fixed; width: 100%; } .truncate { display: table-cell; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }


'HTML' 카테고리의 다른 글

웹폰트 사용  (0) 2016.08.12
HTML 소스 그대로 출력하는 tag  (0) 2016.04.08
세로 가운데정렬  (0) 2013.04.24
ie7 inline-block 사용하기  (0) 2013.04.04
button 태그 ie7 버그  (0) 2013.04.04



보편적으로 쓰는 것 Masonry


https://masonry.desandro.com/

https://masonry.desandro.com/options.html  -> 사용방법



http://alas0213.blog.me/220987454557 -> 사용예

'Site Link' 카테고리의 다른 글

slide swipe Owl Carousel  (0) 2017.04.24
swipe 가로 세로  (0) 2017.04.07
iOS font 아이폰 기본제공 폰트  (0) 2016.10.05
IE8 미만 버전 테스트를 위한 XP모드 설정  (0) 2013.08.12
jQuery Cheatsheet  (0) 2012.09.06
slide swipe Owl Carousel Site Link 2017. 4. 24. 16:04

https://owlcarousel2.github.io/OwlCarousel2/demos/demos.html

'Site Link' 카테고리의 다른 글

Jquery pinterest 높이 다른 블록들 정렬  (0) 2017.05.15
swipe 가로 세로  (0) 2017.04.07
iOS font 아이폰 기본제공 폰트  (0) 2016.10.05
IE8 미만 버전 테스트를 위한 XP모드 설정  (0) 2013.08.12
jQuery Cheatsheet  (0) 2012.09.06