tor-browser

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

clip-path-document-element-ref.html (244B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  position: absolute;
      5  width: 50px;
      6  height: 50px;
      7  background: green;
      8 }
      9 </style>
     10 <div style="top: 50px; left: 50px"></div>
     11 <div style="top: 100px; left: 50px"></div>
     12 <div style="top: 100px; left: 100px"></div>