CSS :first-line 选择器
2021-03-03 23:26
阅读:595
CSS :first-line 选择器
完整CSS选择器参考手册
实例
每个
元素的第一行选择的样式:
p:first-line { background-color:yellow; }
定义和用法
:first-line选择器用来指定选择器第一行的样式。
注意::first-line选择器可以使用以下属性:?
font properties
color properties?
background properties
word-spacing
letter-spacing
text-decoration
vertical-align
text-transform
line-height
clear
注意: "first-line" 选择器适用于块级元素中。
浏览器支持
表格中的数字表示支持该属性的第一个浏览器版本号。
选择器 | |||||
---|---|---|---|---|---|
::first-line | 1.0 | 9.0部分从5.5 | 1.0 | 1.0 | 7.0部分从3.5 |
相关文章
CSS 教程: CSS 伪类
完整CSS选择器参考手册
下一篇:curl 证书错误问题解决办法
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:CSS :first-line 选择器
文章链接:http://soscw.com/index.php/essay/59722.html
文章标题:CSS :first-line 选择器
文章链接:http://soscw.com/index.php/essay/59722.html
评论
亲,登录后才可以留言!