|
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 !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|