Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

custom hr in css

<hr class="style-two">

/* Inset */

hr.style-two {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
 
PREVIOUS NEXT
Tagged: #custom #hr #css
ADD COMMENT
Topic
Name
2+8 =