add horizontal line using border property

.addtoany_share_save_container
{
padding-top: 5px;
border-top-width: 1px;
border-top-style: solid;
border-color: inherit;
}

though it’s not actual <hr> tag, it looks horizontal line. (like below)

Leave a Reply

Your email address will not be published. Required fields are marked *