tor-browser

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

background-clip-padding-box-with-border-radius-002-ref.html (313B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Reference File</title>
      4 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
      5 
      6 <div style="width: 100px; height: 100px; overflow: hidden">
      7  <div style="width: 200px; height: 200px; border-radius: 100px; background-color: black;"></div>
      8 </div>