Search
 
SCRIPT & CODE EXAMPLE
 

HTML

truncate text line clamp

<p>Super duper long, super duper line of text<p>

<style>
	p {
     display: -webkit-box;
     overflow: hidden;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
    }
</style>
Comment

PREVIOUS NEXT
Code Example
Html :: upwork 
Html :: Using the id attribute 
Html :: does redux has a unidirectional data flow? 
Html :: how to insert a tag into a tag vscode 
Html :: how to download youtube videos in pc though html 
Html :: custom html in swal2 vue 
Html :: html email 
Html :: html to app 
Html :: design to html 
Html :: what is indentation in web development 
Html :: animated dots 
Html :: Hyperlink in razor 
Html :: iframe html pdf download 
Html :: redirect user when want to access html page 
Html :: inclure html ds html avec <object 
Html :: html <br , paragraph break or text break 
Html :: web development html chapter 1 
Html :: Blade deletes the html code in the file 
Html :: how to add vertical space between two text boxes in html 
Html :: how to make a page notification 
Html :: element is no longer attached to DOM. Unable to animate. 
Html :: force line label no wrap 
Html :: target parent html 
Html :: vim terminal to add data in each line with file open 
Html :: aria label html 
Html :: h2 html 
Html :: meaning of frenzy 
Css :: how to alternate background colour in html div elements in css 
Css :: css resize checkbox 
Css :: remove input styling 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =