tor-browser

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

fieldset-border-image-2-ref.html (254B)


      1 <!DOCTYPE html>
      2 <style>
      3  div {
      4    padding: 0;
      5    margin: 10px;
      6    height: 100px;
      7    width: 100px;
      8    border: 10px solid;
      9    border-image-source: url(blue-1x1.png);
     10    border-image-outset: 10px;
     11    transform: scale(0.5);
     12  }
     13 </style>
     14 <div></div>