Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

change the color of an hr

    hr {
        height: 1px;
        background-color: #ccc;
        border: none;
    }
 
PREVIOUS NEXT
Tagged: #change #color #hr
ADD COMMENT
Topic
Name
6+3 =