I am looking to add a divider to the right of a section title on my webpage. Here is what I have tried:
I attempted this code, but here is the result:
Here is the code snippet:
<h4 class="section-title">Lastest From Blog</h4>
.section-title {
font-size:18px;
background-image: url('images/divider-bar.png');
background-repeat: repeat-x;
padding-bottom: 12px;
color: #6c6c6c;
}
Check out the Fiddle here: http://jsfiddle.net/Chead/hrYyg/