tor-browser

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

intrinsic-ratio-replaced-box-sizing-ref.html (425B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <style>
      5 div {
      6  display: inline-block;
      7  margin: 10px;
      8  border: 1px solid black;
      9  padding: 5px;
     10  width: 90px;
     11  height: 90px;
     12 }
     13 
     14 span {
     15  display: block;
     16  width: 70px;
     17  height: 70px;
     18  background-color: lime;
     19  border: 10px solid grey;
     20 }
     21 </style>
     22 <div><span></span></div>
     23 <div><span></span></div>
     24 <div><span></span></div>
     25 <div><span></span></div>