Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

custom text decoration

h1:after { 
  content:""; 
  float:left; 
  background:green; 
  width:100%; 
  height:6px; 
  border-radius: 3px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #custom #text #decoration
ADD COMMENT
Topic
Name
7+2 =