tor-browser

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

calc-border-radius-1-ref.html (355B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>CSS Reference: test for border-radius: calc()</title>
      5  <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      6 <style type="text/css">
      7 
      8 p {
      9  height: 256px;
     10  width: 512px;
     11  background: blue;
     12  border-radius: 21px 6px 12px 29px / 5px 16px 10px 3px;
     13 }
     14 
     15 </style>
     16 </head>
     17 <body>
     18 <p></p>
     19 </body>
     20 </html>