tor-browser

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

custom-highlight-font-metrics-003-ref.html (435B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Highlight API Test: </title>
      4 <head>
      5  <style>
      6    div {
      7      margin: 40px;
      8      font-size: 20px;
      9      text-underline-offset: 10px;
     10      text-decoration-line: underline overline;
     11      text-decoration-color: green;
     12      text-decoration-thickness: 4px;
     13    }
     14  </style>
     15 </head>
     16 <body>
     17  <div id="h1">A green 10px offset underline 4px thick and green overline 4px thick</div>
     18 </body>