Reputation: 35
I want to have a custom <hr>
such that, instead of rendering a plain line, it repeats an image to create a line.
This is the code I currently use
hr {
border: 0;
background: url(hr.png) repeat-x;
}
Can anyone help me? Thanks!
Upvotes: 0
Views: 1582