Welcome to E-Nordstrom, home of the best free web templates, fancy templates, clean templates, tutorials and articles to help webmasters create a site quickly and easily!
coming soon
Webmaster Articles and Tutorials
home > news Poll: Have you ever used multiple CSS classes on one element?
Poll: Have you ever used multiple CSS classes on one element?
One of the less known features of CSS is the ability to include multiple classes on an element. For example, say you have a class called .left to float things to the left and another class called .red to color the text red. If you want to float a paragraph and turn it red, you can write a new class or you can assign both the left and the red classes to the element: class="left red".