Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Changing Header Image Re: Changing Header Image

#122299
ClassOnTap
Member

How would I put this in the CSS? Here is the current h1 code:

h1{
margin: 10px 0 20px;
font-size: 3.3em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: .05em;
word-spacing: .2em;
}

h1 a:link,
h1 a:visited{
color: #000;
}

h1 a:active{
color: #000;
text-decoration: underline;
}

This is the image I want to use: http://classontap.com/wp-content/uploads/2013/01/Class_Logo_A.jpg

This is very helpful. Thanks again!