tor-browser

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

background-root-024.xht (967B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: Repeating Backgrounds: Y</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/repeat/001.html" type="text/html"/>
      7   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/repeat/001.xml" type="application/xhtml+xml"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
      9   <link rel="match" href="background-root-024-ref.xht" />
     10 
     11   <style type="text/css"><![CDATA[
     12    body { background: url(support/cat.png) repeat-y; color: navy; font: bold 2em sans-serif; }
     13    p { margin-left: 100px; }
     14    html, body { margin: 1em; padding: 1em; }
     15   ]]></style>
     16  </head>
     17  <body>
     18   <p>There should be a column of cats to the left of this page.</p>
     19  </body>
     20 </html>