Answers for "hr thickness html 5"

1

css thinner hr

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}
Posted by: Guest on May-25-2020
0

make <hr> bigger in boootstrap

<hr style="height:1px;border:none;color:#333;background-color:#333;" />
Posted by: Guest on August-04-2020
16

horizontal line html

<!-- code -->

<hr>

<!-- code -->
Posted by: Guest on February-18-2020

Browse Popular Code Answers by Language