天天看點

hr中間插入字型

修飾CSS:

hr:before {

  content: "??";

}

hr:after {

  content: " This is an <hr> element";

關鍵就是使用:before和:after這兩個僞類。