Home | History | Annotate | Download | only in data
      1 <style>
      2     div {
      3         border-style:solid;
      4         border-width:1px;
      5         position:relative;
      6         padding:5px 0px;
      7         width:500px;
      8     }
      9 </style>
     10 
     11 <div id='InitialDiv'></div>
     12 <div id='LongDiv' style="width:200px"></div>
     13 <div id='CenterDiv' style="left:20px; transform:scale3d(2.0, 3.0, 1.0);">
     14     <div id='InnerDiv' style="left:20px; transform:rotate3d(0, 1, 0, 180deg);">
     15         <div id='OtherDiv' style="">
     16                 Word
     17         </div>
     18     </div>
     19 </div>
     20 
     21 
     22