The space separates the two classes. KISS
<style>
.blue {
color: blue; /*makes the font blue*/
}
.underline{
text-decoration:underline;
}
</style>
<div class="grid_12 blue underline">Make me blue and underline using three different classes</div>
many classes
No comments:
Post a Comment