congxueda

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>

 

分类:

技术点:

相关文章:

  • 2021-07-19
  • 2021-12-18
  • 2021-11-28
  • 2021-10-14
  • 2021-12-31
猜你喜欢
  • 2021-11-03
  • 2021-06-17
  • 2022-02-05
相关资源
相似解决方案