I am trying to put a margin in left and right of the rhombus but couldn't.
Basically I am styling < hr > in to a custom styled hr
Code:
<div class="container">
<hr class="square gold">
<p>some text</p>
</div>
Demo :http://jsfiddle.net/squidraj/03xw85w0/
Any help is highly appreciated. Thanks in advance.