CSS技巧(二):before间隔线 |

 

 p:before{
      content: '';
      width: 5px;
      height: 15px;
      border-radius: 10px;
      display: inline-block;
      background-color: red;
      margin-right: 5px;
      margin-bottom: -2px;    
    }

<p>文字描述台词</p>

 

posted on 2019-03-01 11:34  爱拼才有钱  阅读(1616)  评论(0编辑  收藏  举报

导航