📜  如何在html代码示例中制作红色星号

📅  最后修改于: 2022-03-11 14:53:13.288000             🧑  作者: Mango

代码示例1
.label:before{
     content:"*" ;
     color:red   
     }

.label:after{
     content:"*" ;
     color:red   
     }