CSS伪元素

时间:2020-08-19 19:39:21 来源:

【摘要】 CSS伪元素考必过小编为大家整理了关于CSS伪元素的信息,希望可以帮助到大家!

CSS伪元素

标签:pre   css伪元素   rap   内容   image   技术   transform   head   多个   

CSS伪元素


:first-line 伪元素


<html>
<head>
<style type="text/css">
p:first-line 
{
color: #ff0000;
font-variant: small-caps
}
</style>
</head>
<body>
<p>
浏览器会根据 "first-line" 伪元素中的样式对 p 元素的第一行文本进行格式化:第一行文字设置样式为红色,第二行为默认样式
</p>
</body>
</html>

注释:"first-line" 伪元素只能用于块级元素。

注释:下面的属性可应用于 "first-line" 伪元素:


:first-letter 伪元素


<html>
<head>
<style type="text/css">
p:first-letter 
{
color: #ff0000;
font-size:xx-large
}
</style>
</head>
<body>
<p>
第一个文字设置样式
</p>
</body>
</html>

注释:"first-letter" 伪元素只能用于块级元素。

注释:下面的属性可应用于 "first-letter" 伪元素:


:before 伪元素


<html>
<head>
<style type="text/css">
h1:before {content:"///////";
           color:red;
           font-size:small;}
</style>
</head>
<body>
<h1>This is a heading</h1>
</body>
</html>

:after 伪元素


<html>
<head>
<style type="text/css">
h1:after {content:".......";
           color:red;
           font-size:small;}
</style>
</head>
<body>
<h1>This is a heading</h1>
</body>
</html>

伪元素与 CSS 类


<html>
<head>
<style type="text/css">
p.article:first-letter{color: red;}
</style>
</head>
<body>
<p class="article">This is a paragraph in an article。</p>
</body>
</html>

多重伪元素


<html>
<head>
<style type="text/css">
p.article:first-line{color: blue;}
p.article:first-letter{color: red;}
p.article:after
  {
  content:".....";
  font-size:xx-large;
  }
</style>
</head>
<body>
<p class="article">This is a paragraph in an article。</p>
</body>
</html>

<html>
<head>
<style type="text/css">
p.article:first-line{color: blue;}
p.article:first-letter{color: red;}
p.article:before
  {
  content:"/////";
  font-size:xx-large;
  }
</style>
</head>
<body>
<p class="article">This is a paragraph in an article。</p>
</body>
</html>

CSS伪元素

标签:pre   css伪元素   rap   内容   image   技术   transform   head   多个   

以上就是CSS伪元素的内容,更多资讯请及时关注考必过网站,最新消息小编会第一时间发布,大家考试加油!

上一篇      下一篇
前端相关推荐 更多>>
前端热点专题 更多>>
热点问答
国家公务员考试年龄限制是多少 公务员国考和省考考试内容有什么区别 函授大专学历能不能考公务员 国家公务员考试考点能自己选择吗 新闻学专业能报考2022年公务员考试吗 什么是联合培养研究生 什么是破格录取研究生 什么人不适合读研 研究生报名户口所在地填什么 研究生结业和毕业有什么区别
网站首页 网站地图 返回顶部
考必过移动版 https://m.kaobiguo.net