Advertisement
Guest User

Untitled

a guest
Feb 13th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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. <title>It Works</title>
  5. <link href='http://fonts.googleapis.com/css?family=Offside' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
  7. <style type='text/css'>
  8. html, body, .page {
  9. height: 100%;
  10. margin: 0;
  11. padding: 0;
  12. }
  13. body {
  14. font-family: Lato, sans-serif;
  15. background-color: rgb(204, 255, 204);
  16. }
  17. .page {
  18. margin: 0 auto 0 auto;
  19. width: 1000px;
  20. box-shadow: 0px 0px 8px rgb(170, 170, 170);
  21. background: #fff;
  22. text-align: center;
  23. }
  24. h1, h2, h3 {
  25. font-family: Offside, sans-serif;
  26. font-size: 4em;
  27. margin: 0;
  28. }
  29. h1 {
  30. padding-top: 100px;
  31. }
  32. </style>
  33. </head>
  34.  
  35. <body>
  36.  
  37. <div class='page'>
  38.  
  39. <h1>It Works!</h1>
  40.  
  41. <p>Now what?</p>
  42.  
  43. </div>
  44.  
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement