Multiple Classes

Multiple CSS Classes

Applying multiple CSS classes allows you to create reusable classes that can easily be mixed together on any HTML element without adding additional markup, thus saving you time and making your CSS more efficient and easier for your work colleagues to understand. It’s a method I’ve been using for a while, but one I wish I’d adopted long ago.

An example of adding multiple classes to HTML elements, inside the RapidWeaver interface.

Read More
|