Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <div class="intro">
  2. ... Intro text ...
  3. </div>
  4.  
  5. html,body{
  6. height:100%;
  7. margin:0;
  8. }
  9.  
  10. .intro {
  11. width: 100%;
  12. height: 100%;
  13. text-align: center;
  14. box-sizing:border-box;
  15. -moz-box-sizing:border-box;
  16. padding-top:20%;
  17. color: #fff;
  18. background: url(http://lorempixel.com/output/nature-q-g-1280-720-10.jpg) no-repeat bottom center scroll;
  19. background-color: #000;
  20. -webkit-background-size: cover;
  21. -moz-background-size: cover;
  22. background-size: cover;
  23. -o-background-size: cover;
  24. }
  25.  
  26. <html>
  27. <head>
  28. <style type="text/css">
  29. div {
  30. background: url(http://www.thewebbery.co.uk/Web04/SKP/Files/PITP1.jpg);
  31. color:#FFFFFF;
  32. width:900;
  33. height:600;
  34. }
  35. </style>
  36.  
  37. </head>
  38. <body>
  39. <div>
  40. Here's some text over an image
  41. Some more over an image Here's some text over an image
  42. Some more over an image Here's some text over an image
  43. Some more over an image Here's some text over an image
  44. Some more over an image Here's some text over an image
  45. Some more over an image Here's some text over an image
  46. Some more over an image
  47.  
  48. </div>
  49. </body>
  50. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement