×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Arvin iuunhao
Added: Jun 16, 2018 10:32 AM
Views: 3191
Tags: css
  1.     overflow: hidden;
  2.     text-overflow: ellipsis;
  3.     display: -webkit-box;
  4.     -webkit-line-clamp: 2;
  5.     -webkit-box-orient: vertical;