Friday, 27 January 2017 09:16

Horizontal Line

Written by

This element can be styled like all others and has preset styles by the browser.

/* hr styling */
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

 

 

Read 852 times