My goal is to add a horizontal rule <hr>
with a padding of 50px using CSS. However, I already have custom CSS applied to the <hr>
tag with
padding-bottom:25px; padding-top:100px; padding-left:50px; padding-right:50px;
. This current styling is used to separate the footer from the main content. How can I apply two different CSS styles to the same element?
By the way, I am utilizing Twitter Bootstrap 3.