Answers for "css thinner hr"

CSS
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

Browse Popular Code Answers by Language