Heim  >  Artikel  >  Web-Frontend  >  CSS如何设置对象中第一行文本的样式_html/css_WEB-ITnose

CSS如何设置对象中第一行文本的样式_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:08:311569Durchsuche

CSS如何设置对象中第一行文本的样式:

可能有时候需要特别设置对象中第一行文本的样式,下面简单介绍一下。

代码实例:

<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="author" content="http://www.51texiao.cn/" /><title>蚂蚁部落</title><style type="text/css">div {    width: 100px;    height: 300px;    border: 1px solid red;}div:first-line {    color: red;}</style></head><body><div>大家好,欢迎来到蚂蚁部落,希望大家能够给予有意的建议。</div></body></html>

以上代码实现了对第一行文本的样式设置。使用的是E:first-line属性,此属性各个浏览器都兼容。

原文地址是:http://www.51texiao.cn/div_cssjiaocheng/2015/0508/940.html

最为原始地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=4685

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn