tor-browser

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

border-bottom-left-radius-005-ref.xht (574B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2   <head>
      3     <title>border-bottom-left-radius: 48px 14px reference</title>
      4     <style type="text/css">
      5       div
      6       {
      7           width: 200px;
      8           height: 100px;
      9 
     10           background: orange;
     11           border: 20px solid teal;
     12           border-bottom-left-radius: 48px 14px;
     13       }
     14     </style>
     15   </head>
     16   <body>
     17     <p>The box should have a border-bottom-left-radius of 48px 14px. The
     18         horizontal radius should therefore be clearly larger than the
     19         vertical radius.</p>
     20     <div></div>
     21   </body>
     22 </html>