tor-browser

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

line-through-vertical-ref.html (215B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  writing-mode: vertical-rl;
      5  text-decoration: line-through;
      6  font-family: Times;
      7  font-size: 50px;
      8 }
      9 </style>
     10 <div>
     11  <span lang="en">ABC</span>
     12  <span lang="en">ABC</span>
     13 </div>