Answers for "css changing 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
0

css hr color

hr { border: 0; border-top: 1px solid #dee2e6; }
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language