Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Truncate two row CSS (white space nowrap 2 lines)

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to set the first column of the table in center in css 
Css :: calc sass variables 
Css :: css set width of a span 
Css :: how to create a semi circle in css 
Css :: span nowrap 
Css :: css text color border 
Css :: hide cursor css 
Css :: Bootstap 5.2.0 cdn 
Css :: text underline hover css 
Css :: make all images same size css 
Css :: how to set media query for both width and height in css 
Css :: center anything horizontally and vertically in CSS 
Css :: website make text not highlightable 
Css :: position relative get in center 
Css :: No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration. 
Css :: image float animation css 
Css :: css set variable 
Css :: css content image 
Css :: html three dots ellipsis 
Css :: sticky header 
Css :: css remove scrollbars 
Css :: disable text selection 
Css :: header center 
Css :: blazor spinner css in wwwroot/css/site.css 
Css :: Conditionally loading resources with media queries 
Css :: sm size website 
Css :: ul text decoration css 
Css :: codeigniter return last inserted id 
Css :: css text fill all the width possible 
Css :: how to justify grid childe in the center 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =