tor-browser

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

clip-path-round-zero-size-ref.html (221B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <style>
      5 #target {
      6  margin: 30px;
      7  height: 40px;
      8  width: 40px;
      9  background-color: lime;
     10  border-radius: 5px;
     11 }
     12 </style>
     13 <div id="target"></div>