Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add line below text css

a::after {
 display: block;
   content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #line #text #css
ADD COMMENT
Topic
Name
6+5 =