Hey you guys,
I need some help getting this to work properly. Below is a portion of the
css for
http://72.52.285.72/~bennett/willy.shtml
- Code: Select all
h1 {
font: normal normal lighter 20px;
color: #0000ff;
}
h2 {
color: #0000ff;
font: italic normal lighter 20px;
position: relative;
left: 28px;
}
h1 and h2 are messed up h2 is supposed to be in italics. Well it's probably something really simple in my code that I overlooked, but check it out.
Thanks!