CSS multiple classes example snippet.
HTML code example.
<div class="firstClass secondClass">
...
</div>
Corresponding CSS code for the above example.
.firstClass.secondClass {
...
}
Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.