tor-browser

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

clip-path-fixed-nested-ref.html (338B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      4 <style>
      5  body, html {
      6    margin: 0;
      7    padding: 0;
      8    background: green;
      9  }
     10 
     11  .purple-square {
     12    background: purple;
     13    width: 50px;
     14    height: 50px;
     15  }
     16 </style>
     17 <div class="purple-square"></div>