tor-browser

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

rounded-corner-clipping-ref.html (308B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 div {
      5  width: 20em;
      6  height: 5em;
      7  border-radius: 2em;
      8  border-style: solid;
      9  border-width: .25em;
     10  background: #eee;
     11  overflow: clip;
     12 }
     13 span {
     14  display: inline-block;
     15  background: blue;
     16  width: 8em;
     17  height: 100%;
     18 }
     19 </style>
     20 
     21 <div><span></span></div>