Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css cut lines

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

how to cut down a line of text in css

word-wrap: break-word;
/* you can also try*/
  word-break: break-all;
Comment

PREVIOUS NEXT
Code Example
Css :: background image repeat css 
Css :: how to desactivate txt selection css 
Css :: pagination in css 
Css :: shrink a div by 50% 
Css :: change last character color css 
Css :: how to insert gradient in css 
Css :: textarea scale to content 
Css :: css cursor size 
Css :: change text in a div css 
Css :: css change text color 
Css :: on hover disabled cursor 
Css :: font family css 
Css :: laravel enum float 
Css :: css text slider animation 
Css :: what is a max and min width media query 
Css :: gradient background image 
Css :: list in html css 
Css :: mb bootstrap 
Css :: display elements in column css 
Css :: elementor ccs code for gradient 
Css :: div center 
Css :: fix scroll css position sticky 
Css :: neomorphic box 
Css :: two classes css modules 
Css :: css animation-fill-mode 
Css :: tailwind npm 
Css :: firefox-scroll-css 
Css :: variables css 
Css :: max width for tablet 
Css :: css wrap text 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =