tor-browser

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

1082844-ref.html (424B)


      1 <html>
      2 <head>
      3 <meta charset="utf-8">
      4 <style>
      5 body > div {
      6  width:225px;
      7  height:225px;
      8 }
      9 body > div > div {
     10 width:200px;
     11  height:220px;
     12  border:1px solid red;
     13  line-height:20px;
     14  text-transform: full-width;
     15 }
     16 .v-rl { writing-mode:vertical-rl; text-orientation:upright }
     17 </style>
     18 
     19 </head>
     20 
     21 <body>
     22 <div>
     23 <div id="test2" class="v-rl">
     24 A B C D E
     25 F G H I J
     26 K L M N O
     27 P Q R S T
     28 U V W X Y
     29 </div>
     30 </div>
     31 
     32 </body>
     33 </html>