Answers for "hr background color to light"

CSS
0

change the color of an hr

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

Code answers related to "hr background color to light"

Browse Popular Code Answers by Language