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-ref.html (549B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference File</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div
     11    {
     12      background-color: green;
     13      border-radius: 30px;
     14      height: 144px;
     15      margin-left: 18px;
     16      margin-top: 24px;
     17      width: 144px;
     18    }
     19 
     20  div + div
     21    {
     22      margin-top: 6px;
     23    }
     24  </style>
     25 
     26  <p>Test passes if there are two filled green rounded squares and <strong>no red</strong>.
     27 
     28  <div></div>
     29 
     30  <div></div>