Answers for "how to set color of hr tag"

0

change the color of an hr

hr {
        height: 1px;
        background-color: #ccc;
        border: none;
    }
Posted by: Guest on February-02-2021

Browse Popular Code Answers by Language