tor-browser

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

bg-image-div-002-ref.html (333B)


      1 <!DOCTYPE html>
      2 <style>
      3  .outer {
      4    /* Invert color/background so that it has more chances to disagree with the default background-color. */
      5    color: Menu;
      6    background-color: MenuText;
      7  }
      8  .inner {
      9    height: 100px;
     10    width: 100px;
     11    padding: 10px;
     12  }
     13 </style>
     14 <div class="outer">
     15  <div class="inner">X</div>
     16 </div>