伪类和伪元素

##伪类
a:link{
color:#000;未访问时。
}
a:visited{
color:ligthing;访问后。
}
a:active{
         ;点击时。
}
a:hover{
color:red;移入时,悬停。
}

#伪元素
box1:first-line{
 -----------选择首行。
}
box1:first-letter{
-------------选择首个字
}
.ppx:before{
 content:"XXXX"插入在文字之前。
}
.ppx:after{
centent:"XXXXX"插入在文字之后。
}

posted @ 2017-03-05 22:54  码我滴码  阅读(101)  评论(0编辑  收藏  举报