tor-browser

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

custom-highlight-font-metrics-005-ref.html (453B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Highlight API Test: </title>
      4 <head>
      5  <style>
      6    div {
      7      margin: 50px;
      8      font-size: 20px;
      9      text-underline-offset: 0.5em;
     10      text-decoration-line: underline;
     11      text-decoration-color: green;
     12      text-decoration-thickness: 0.25rem;
     13    }
     14  </style>
     15 </head>
     16 <body>
     17  <div id="h1">Font relative units with 20px font</div>
     18  <div id="h2">Font relative units with 20px font</div>
     19 </body>