Himas Rafeek
Posted on: 11 months ago
CSS

Invisible hr tag


                                          hr {
    background: none;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    border: none;
    margin: -1px 0;
}