Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css line-clamp

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

PREVIOUS NEXT
Code Example
Css :: how to alternate background colour in html div elements in css 
Css :: ul reset 
Css :: remove style from link 
Css :: How to make a backgroud image with no repeat in html 
Css :: how to remove text selection in css 
Css :: overflow dottet 
Css :: input checkbox size 
Css :: html print page break 
Css :: css transition visibility 
Css :: center postion absdolute 
Css :: locate canvas in center of screen css 
Css :: repeat autofill css grid minmax 
Css :: stop selection css 
Css :: center a div css 
Css :: how to not underline links in css 
Css :: flexbox go to next row 
Css :: truncate text css 
Css :: css hover mouse hand 
Css :: soft box shadow css 
Css :: center on page css 
Css :: how to remove the line below the link text css 
Css :: iframe no scroll 
Css :: smooth transition in and out css 
Css :: gatsby hide scrollbar 
Css :: css circle border 
Css :: ignore cache pip 
Css :: css dynamic grid layout 
Css :: how to scroll fixed position 
Css :: aligning form elements to center in css 
Css :: clearfix css 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =