Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 1.12 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3.         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4.       <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5.     <head>
  6.         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  7.         <title>Parkside Creamery</title>
  8.         <link rel="stylesheet" href="enter_css_here" />
  9.         <link rel="shortcut icon" href="favicon.ico" />
  10.         <style type="text/css">
  11.                 body {
  12.                         height: 100%;
  13.                         width: 100%;
  14.                         background-image:url('Ibex_Wallpaper_by_willwill100.png');
  15.                 }
  16.  
  17.                 .middle {
  18.                         width: 770px;
  19.                         height: 320px;
  20.                         position: absolute;
  21.                         left: 50%;
  22.                         margin-left: -385px;
  23.                         top: 50%;
  24.                         margin-top: -160px;
  25.                         background-image: url("swag.png");
  26.                 }
  27.                
  28.                 a.fill {
  29.                         display: block;
  30.                         height: 100%;
  31.                         width: 100%;
  32.                         text-decoration: none;
  33.                 }
  34.        
  35.         </style>
  36.     </head>
  37.    
  38.     <body>
  39.     <div style="width: 259px; height: 75px; background: url(facebook.png) no-repeat center scroll; position: fixed; bottom: 0; right: 0;">
  40.         <a href="link" class="fill"></a>
  41.     </div>
  42.         <div class="middle"></div>
  43.     </body>
  44.  
  45. </html>