Horje
css limit line text Code Example
css limit line text
.text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}




Css

Related
how to blur background color in css Code Example how to blur background color in css Code Example
text-overflow ellipsis multiple lines Code Example text-overflow ellipsis multiple lines Code Example
htaccess for angular Code Example htaccess for angular Code Example
css center element on screen Code Example css center element on screen Code Example
css font arial Code Example css font arial Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
22