Advertisement
CelestialFury

Untitled

Sep 30th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <title>Oktoberfest</title>
  7. <style type="text/css">
  8. body {
  9. background-color: #ffffff;
  10. }
  11. #container {
  12. width: 960px;
  13. height: 600px;
  14. left:-195px;
  15. top:-280px;
  16. background:url(oktoberfestgirl.png), url(oktoberfestguy.png), url(gpigs.png),url(fence2.png),url(tree.png),url(gipsyGirl.png),url(house.png),url(tractor.png),url(waterTank.png),url(green.png), url(hillbilly.png);
  17.  
  18. background-position:728px 385px, 826px 375px,150px 535px,0px 475px,595px -7px,528px 405px,10px 224px,358px 377px,535px 175px,0px 536px,195px 300px;
  19. background-size:97px 191px, 88px 200px, 50px 38px,200px 80px,504px 545px,84px 150px,448px 320px,255px 160px,190px 358px,960px 75px,41px 60px;
  20. background-repeat: no-repeat,no-repeat,no-repeat,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat, no-repeat;
  21. position: absolute;
  22. }
  23.  
  24. #container2 {
  25. width: 60px;
  26. height: 110px;
  27. background: #000000;
  28. left: 195px;
  29. top: 290px;
  30. position:relative;
  31. }
  32.  
  33. #container3 {
  34. width: 960px;
  35. height: 600px;
  36. background:url(tree.png),url(cloud.png);
  37. background-color: #6496c8;
  38. background-position: -143px 0px,0px 0px;
  39. background-size:480px 533px, 636px 275px;
  40. background-repeat:no-repeat,no-repeat;
  41. position:relative;
  42. }
  43.  
  44. </style>
  45.  
  46. </head>
  47.  
  48. <body>
  49.  
  50. <div id="container3"><div id="container2"><div id="container">
  51. </div>
  52. </div>
  53. </div>
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement