Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make red asterisk in html

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

.label:after{
     content:"*" ;
     color:red   
     }
 
PREVIOUS NEXT
Tagged: #red #asterisk #html
ADD COMMENT
Topic
Name
2+3 =