Monday, August 24, 2009

Two CSS Class Styles

Css attributes are specified to one class, but, you can specify as more classes


.style1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}
.fontcolor{color:#FF0000;}


class="style1 fontcolor">Test twinclass

No comments:

Post a Comment