landing-template-gulp

Template, which makes process of creating landing-page sites easely.

Code snippets

single-line-elipsis

overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

multi-line-elipsis

display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;