Advertisement
foldagerdk

CSS Fail

May 10th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <style>
  5. html,
  6. body {
  7.    margin:0;
  8.    padding:0;
  9.    height:100%;
  10. }
  11. #container {
  12.    min-height:100%;
  13.    position:relative;
  14.    height:100%;
  15. }
  16. #body {
  17.    padding:10px;
  18.    padding-bottom:60px;
  19. }
  20. #footer {
  21.    position:absolute;
  22.    bottom:0;
  23.    width:100%;
  24.    height:20px;
  25.    background:#111;
  26. }
  27. p1 {
  28.     color:#fff;
  29. }
  30. h1 {
  31.     color:#333;
  32.     font-size:100px;
  33. }
  34. </style>
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>Untitled Document</title>
  37. </head>
  38. <body>
  39.  
  40. <div id="container">
  41.    <div id="body"><center><h1>no.</h1></center></div>
  42.    <div id="footer"><center><p1>Hosted by <a href="http://foldager.me">Foldager Media</a></p1></center></div>
  43. </div>
  44.  
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement