Heading Style Gallery
Submit Heading Style
The style you'll be submitting is for a simple H2 heading also enclosed within a SPAN for additional hooks on a white background page. Here is the HTML code as it will appear on the page:
<h2><span>The Heading Text</span></h2>
Each entry will be enclosed within a unique DIV ID to keep them separate. Your submitted CSS should look something like this:
h2 {
border-bottom: 1px solid gray;
}
h2 span {
border-bottom: 4px solid red;
}
Either or both the H2 and SPAN may have a background image that you can upload. These images will be uploaded to the images directory, so your code should reference the file located in this directory as such:
background: #fff url(images/header_bg.jpg) no-repeat;