tor-browser

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

custom-highlight-painting-004-2-ref.html (313B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  .foo {
      5    color:blue;
      6    background-color:yellow;
      7  }
      8  .bar {
      9    color:orange;
     10  }
     11  .bar-over-foo {
     12    color:orange;
     13    background-color:yellow;
     14  }
     15 </style>
     16 <body><span class="foo">Som</span><span class="bar-over-foo">e t</span><span class="bar">ext</span>