I 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…