ZVON > References > CSS1 Reference
Example 36:27: All | >> HTML << | CSS | Output |

HTML


<body>
 <div>
   Normal
   <div class='A'>
     Larger A
     <div class='B'>
         Larger B
         <div class='C'>
             Larger C
         </div>
     </div>
   </div> 
   <div class='X'>
     Smaller X
     <div class='Y'>
         Smaller Y
         <div class='Z'>
             Smaller Z
         </div>
     </div>
   </div> 
  </div>
</body>