gbertb
7/17/2013 - 8:13 PM

gradient horizontal line

gradient horizontal line

hr {
    border: none;
    border-top: 1px solid #eee;
    height: 5px;
    background: -webkit-radial-gradient(50% 0%, 50% 5px, #aaa 0%, white 100%);
}