Template:Content/ru 2.0

From Vintage Story Wiki
 <style>
   .hide {
    display: none;
   }
  .block1 { 
   width: 200px; 
   background: #ccc;
   padding: 5px;
   padding-right: 20px; 
   border: solid 1px black; 
   float: left;
  }
  .block2 { 
   width: 200px; 
   background: #fc0; 
   padding: 5px; 
   border: solid 1px black; 
   float: left; 
   position: relative; 
   top: 40px; 
   left: -70px; 
  }
 </style> 

TEST PAGE