tor-browser

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

1159729-offset-adjustment.html (277B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <style type="text/css">
      6 p {
      7  font: 12px Impact, Times, serif;
      8 }
      9 span {
     10  background: black;
     11  text-decoration: overline;
     12  text-decoration-style: wavy;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17 <p>
     18 <span>abcxyz</span>
     19 </p>
     20 </body>
     21 </html>