Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make horizontal rule dotted

hr {
    color: grey;
    border-style: dotted none none none;
    border-width: 5px;
    width: 10%;
}
 
PREVIOUS NEXT
Tagged: #horizontal #rule #dotted
ADD COMMENT
Topic
Name
3+6 =