tor-browser

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

ref-tall-lime32x384-aqua32x384.html (670B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <!DOCTYPE html>
      6 <html>
      7 <head>
      8  <title>tall reference, 32x384 lime, 32x384 aqua</title>
      9  <link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
     10  <style type="text/css">
     11 div
     12 {
     13  width: 256px; height: 768px;
     14 }
     15 #outer
     16 {
     17  border: 1px solid black;
     18 }
     19 #inner
     20 {
     21  width: 32px; height: 768px;
     22 }
     23 #inner > div { width: 32px; height: 384px; }
     24 #top { background-color: lime; }
     25 #bottom { background-color: aqua; }
     26  </style>
     27 </head>
     28 <body>
     29 <div id="outer"><div id="inner"><div id="top"></div><div id="bottom"></div></div></div>
     30 </body>
     31 </html>