tor-browser

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

pass-pct-px.xhtml (491B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <html xmlns="http://www.w3.org/1999/xhtml">
      6  <head>
      7    <title>Reference file for comparisons</title>
      8    <style type="text/css">
      9 
     10 * {
     11  padding: 0;
     12  border: 0;
     13  margin: 0;
     14 }
     15 
     16 html, body {
     17  width: 100%;
     18  height: 100%;
     19 }
     20 
     21 div {
     22  width: 49%;
     23  height: 70px;
     24  background: blue;
     25 }
     26 
     27    </style>
     28  </head>
     29  <body><div></div></body>
     30 </html>