我想在页面标题的右侧放置一个分隔符,如下所示:
我尝试了这段代码,但它是这样的:
这是代码:
<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;
}
这是小提琴:http: //jsfiddle.net/Chead/hrYyg/