CSS‎ > ‎

    <hr> formatieren


    Beispiel #1 - <hr> als 1 Pixel hohe Linie

    hr {
       height: 1px;
       color: #000000;
       background-color: #000000;
       border: 1px none;
    }