Sunday, February 24, 2013

Using Multiple Classes

<div class="first second third">Lorem ipsum</div>

.first .second .third { ... }

.first {...}
.second { ... }
.third { ... }


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.