I know what a .right1 means. Adding a .small means that both of them use this style? Or .small is a subclass
.right1 .small { float: left; margin: 10px; width: 60px; _display: inline; text-align: center; }
This style only works on classes under the class="right1" element ="small " element
This method only works on class="small " element under class="right1" element
Thank you! :)
This method only works on class="small" elements under the class="right1" element