Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

underline height

.css_class
{
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #underline #height
ADD COMMENT
Topic
Name
2+2 =