tor-browser

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

vars-font-shorthand-001-ref.html (587B)


      1 <!DOCTYPE html>
      2 <title>CSS Variables 1: Test variables in @font-face, font-family, font shorthand.</title>
      3 <link rel="author" title="Lea Verou" href="mailto:lea@verou.me">
      4 <style>
      5 
      6 
      7 
      8 div {
      9    width: 150px;
     10    height: 150px;
     11    margin: 10px;
     12    display: inline-block;
     13    vertical-align: middle;
     14    background: green;
     15    text-align: center;
     16    color: green;
     17    overflow: hidden;
     18 }
     19 
     20 </style>
     21 <p>Test passes if you see six green squares, and no red.</p>
     22 <div id="d1">X</div>
     23 <div id="d2">X</div>
     24 <div id="d3">X</div>
     25 <div id="d4">X</div>
     26 <div id="d5">X</div>
     27 <div id="d6">X</div>