Answers for "size hr color"

CSS
0

change the color of an hr

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

hr style height

<hr style="border: none; border-bottom: 1px solid red;">
Posted by: Guest on August-18-2021

Browse Popular Code Answers by Language