Modular CSS – Flexible Web Design
By deconspray Posted on February 24th, 2010 In CSS, Latest, Web DesignI really don’t know the official term to describe this method. It’s not new, by all means. However, it’s a powerful method of using CSS code & classes effectively and efficiently.
Multiple CSS Classes
First, you may not be aware that you can use multiple css classes on elements. Example:
<p class=”classone classtwo”></p>
Here’s where the power comes in. [...]
















