tor-browser

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

rounded-corner-clipping.html (269B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 meter {
      5  width: 20em;
      6  height: 5em;
      7  border-radius: 2em;
      8  border-style: solid;
      9  border-width: .25em;
     10  background: #eee;
     11 }
     12 ::-moz-meter-bar {
     13  background: blue;
     14 }
     15 </style>
     16 
     17 <meter min="0" max="100" value="40"></meter>