|
How do you use CSS to style a heading ?? Same way you use CSS to style any element.
Example:
h1{
font-weight: bold;
font-size: 150%;
color: #ff002b;
text-decoration: underline;
}
Produces an H1 that is bold, red, underlined, and 150% larger than your base font size.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|