Home>Article>Web Front-end> How to achieve omission of display beyond two lines in css
Css method to implement display omission beyond two lines: first create an HTML sample file; then define the text content in the body; finally set the attribute "-webkit-line-clamp: 2;overflow" in the style : hidden;" to achieve the effect beyond omission.
The operating environment of this article: Windows7 system, HTML5&&CSS3 version, DELL G3 computer
CSS realizes that the text exceeds the part and exceeds two lines. Ellipses are displayed in the excess part
. Ellipses are displayed in the excess part.
我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本
If the text exceeds two lines, ellipses are displayed in the excess part.
我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本我是一个文本
Recommended study: "css video tutorial"
The above is the detailed content of How to achieve omission of display beyond two lines in css. For more information, please follow other related articles on the PHP Chinese website!