Search
 
SCRIPT & CODE EXAMPLE
 

CSS

need short long paragraph css

//Line Clampin’ (Truncating Multiple Line Text)
.paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  overflow: hidden;
}
Comment

PREVIOUS NEXT
Code Example
Css :: div centre 
Css :: circle button html 
Css :: center text horizontally and vertically inside a div in css 
Css :: padding clamp 
Css :: flexbox gap 
Css :: css border properties 
Css :: javascript read me text 
Css :: comments in css 
Css :: bootstrap word-wrap: break-word; 
Css :: when hover target diffrent element 
Css :: css set background image repeat vertically 
Css :: texting getting out of box css 
Css :: difference between and px in css 
Css :: all.min.css cdn 
Css :: how bold text in css 
Css :: can we use material ui and tailwind css together 
Css :: css first element 
Css :: display inline-block not working 
Css :: css overflow elipsis 
Css :: id starts with css 
Css :: soup css selector 
Css :: align div bottom of parent 
Css :: css white-space nowrap 
Css :: style highlight css 
Css :: div overlfow scroll 
Css :: overflow x not hidden 
Css :: text flow top to bottom 
Css :: scss percentage 
Css :: Make the cursor appear as a crosshair on all links of the web page: 
Css :: maxheight media query 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =