tor-browser

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

box-tree-registered-ref.html (328B)


      1 <!DOCTYPE html>
      2 <style>
      3 .container {
      4  margin: 20px 0;
      5  border: solid 2px;
      6  width: 100px;
      7 }
      8 
      9 .pink {
     10  background: hotpink;
     11 }
     12 </style>
     13 
     14 <div class="container">
     15  <div class="pink" style="width: 50px; height: 100px;"></div>
     16 </div>
     17 
     18 <div class="container">
     19  <div class="pink" style="width: 100px; height: 100px;"></div>
     20 </div>