Search
 
SCRIPT & CODE EXAMPLE
 

CSS

line cap css

/* Limit text length to n lines*/
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
Comment

PREVIOUS NEXT
Code Example
Css :: background-size 
Css :: sticky footer not working bootstrap 
Css :: SassError: Top-level selectors may not contain the parent selector "&" 
Css :: how to center a div with position absolute 
Css :: how to give opacity to border 
Css :: input type file placeholder 
Css :: wkhtmltopdf remove thead repeating 
Css :: how to make a flex container full page 
Css :: change svg color on hover, css 
Css :: scss ::after 
Css :: make form scrollable 
Css :: CSS adding background image from file 
Css :: mysql_config not found 
Css :: create arrow div css 
Css :: css td vertical align 
Css :: scss generate random color 
Css :: transition various properties css 
Css :: add css file through jquery 
Css :: remove outline on button click 
Css :: center background image css 
Css :: using materialize css with react 
Css :: css code examples 
Css :: css affect all child elements 
Css :: scss npm import 
Css :: how to hide text that is longer than its parent div 
Css :: how to ignore an element from the flexbox container 
Css :: css grid vs flexbox 
Css :: use dark shed in image in css 
Css :: npm ERR! 404 Not Found - GET https://registry.npmjs.org/taiwindcss - Not found 
Css :: text sliding css 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =