tor-browser

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

clip-path-animation-font-size-ref.html (233B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4  .container {
      5    width: 100px;
      6    height: 100px;
      7    background-color: green;
      8    font-size: 20px;
      9    clip-path: circle(1.5em);
     10  }
     11 </style>
     12 
     13 <body>
     14  <div class="container"></div>
     15 </body>
     16 
     17 </html>