tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1102175-1-ref.html (999B)


      1 <html>
      2 <head>
      3 <meta charset="utf-8">
      4 <style>
      5 body > div {
      6  width:100%;
      7  height:100%;
      8  display:inline-block;
      9 }
     10 body > div > div {
     11  width:400px;
     12  height:400px;
     13  border:1px solid red;
     14  float:left;
     15 }
     16 
     17 .v-rl {
     18 -ms-writing-mode: tb-rl; /* old syntax. IE */
     19 -ms-writing-mode: vertical-rl; /* new syntax */
     20 -webkit-writing-mode: vertical-rl;
     21 -moz-writing-mode: vertical-rl;
     22 writing-mode: vertical-rl;
     23 }
     24 
     25 #test1 {
     26  font-size: 24px;
     27 }
     28 </style>
     29 
     30 </head>
     31 
     32 <body>
     33 <div id="wrapper" class="v-rl">
     34 <div id="test1">
     35   Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
     36 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
     37 ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
     38 aliquip ex ea commodo consequat.
     39   Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div>
     40 </div>
     41 
     42 </body>
     43 </html>