码迷,mamicode.com
首页 > 其他好文 > 详细

伪类和伪元素选择器

时间:2020-07-07 13:45:32      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:不能   yellow   weight   for   over   box   style   元素   选择   

.link:hover{
color: yellow;
font-weight: bold;
/*倾斜*/
font-style: italic;
}
/*before和after加的东西不能被选中*/
.box1:before{
content: ".";
color: red;
}
.box2:after{
content: "。";
color: blue;
}

伪类和伪元素选择器

标签:不能   yellow   weight   for   over   box   style   元素   选择   

原文地址:https://www.cnblogs.com/XTXDM/p/13260034.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!