Search
 
SCRIPT & CODE EXAMPLE
 

CSS

limit p

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

PREVIOUS NEXT
Code Example
Css :: center an input css 
Css :: font awesome after css 
Css :: rotate css 
Css :: align element at right 
Css :: position absolute center with transform 
Css :: square bullets css 
Css :: how to prevent text from breaking css 
Css :: remove scrollbar css 
Css :: css make long text wrap 
Css :: soft box shadow css 
Css :: make text unhighlightable 
Css :: css target except id 
Css :: how to get rid of button outline when clicked 
Css :: how to make animation stay on 100% 
Css :: calc sass variables 
Css :: set scrollbar width css 
Css :: centralizar div no meio da tela 
Css :: slide up and down animation css 
Css :: blur edges css 
Css :: css backdrop-filter 
Css :: How to check tailwindcss version 
Css :: mirror text css 
Css :: add black layer on image css 
Css :: input remove blue glow 
Css :: vertical-align table row 
Css :: how to add box shadow to all sides css 
Css :: css disable mouse events 
Css :: css fade in and stay 
Css :: how to add background image in styled components 
Css :: clamp margin 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =