Answers for "how to change background color of hr"

CSS
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