protest.html
author Eugen Sawin <sawine@me73.com>
Wed, 18 Jan 2012 01:53:43 +0100
changeset 103 72f3d56eb86f
parent 102 1d02833b3d07
child 104 b25f5d8fb851
permissions -rw-r--r--
Fixed protest page.
sawine@100
     1
<!DOCTYPE html>
sawine@100
     2
<html lang="en">
sawine@99
     3
  <head>
sawine@99
     4
    <title>ME73</title>
sawine@99
     5
    <style type="text/css">
sawine@99
     6
      body {
sawine@99
     7
      background: black;
sawine@99
     8
      font-size: 100%;
sawine@99
     9
      font-family: Helvetica Neue, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
sawine@99
    10
      text-align: center;
sawine@99
    11
      margin-top: 200px;
sawine@99
    12
      color: white;
sawine@99
    13
      }
sawine@103
    14
      .protest { 
sawine@103
    15
      font-size: 10em;
sawine@103
    16
      font-weight: bold;
sawine@103
    17
      padding-bottom: 73px;
sawine@99
    18
      }
sawine@103
    19
      .quote { 
sawine@99
    20
      font-size: 1em;
sawine@99
    21
      font-style: italic;     
sawine@99
    22
      }
sawine@103
    23
      .author {      
sawine@99
    24
      font-style: normal;
sawine@99
    25
      }
sawine@103
    26
      .red {
sawine@103
    27
     
sawine@99
    28
      color: red;
sawine@99
    29
      }
sawine@99
    30
    </style>
sawine@99
    31
  </head>
sawine@99
    32
  <body>
sawine@103
    33
    <div class="protest">SOPA. PIPA.<span class="red"> NO.</span></div>
sawine@101
    34
    <div class="quote">&quot;War is peace. Freedom is slavery. Ignorance is strength.&quot;<br />
sawine@101
    35
      <div class="author">George Orwell</div>
sawine@101
    36
    </div>
sawine@99
    37
  </body>
sawine@99
    38
</html>