jhatter
06-30-2014, 10:20 AM
Hi, Here is a screen grab of some html/css I have created. I kinda think there is a better alternative that doesn't use a background image for the horizontal keyline - I just can't work it out myself.
Does anyone have any suggestions please?
5494
<div class="heading-box">
<h1> Contact us</h1>
</div>
.heading-box { background-color: #fefff1; height: 32px; background-image: url(images/heading-bg-1.png); background-repeat: repeat-x; }
.heading-box h1 { font-size: 26px; background-color: #594a43; width:282px; color: #fff; height: 30px; margin: 0px auto; letter-spacing: 4px; padding-bottom: 4px; }
Does anyone have any suggestions please?
5494
<div class="heading-box">
<h1> Contact us</h1>
</div>
.heading-box { background-color: #fefff1; height: 32px; background-image: url(images/heading-bg-1.png); background-repeat: repeat-x; }
.heading-box h1 { font-size: 26px; background-color: #594a43; width:282px; color: #fff; height: 30px; margin: 0px auto; letter-spacing: 4px; padding-bottom: 4px; }