Advertisement
here2share

HTML bg-image fixated

Aug 13th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body {
  6.     background-image: url("http://i.imgur.com/g4bPBbf.jpg");
  7.     background-repeat: no-repeat;
  8.     background-position: right top;
  9.     margin-right: 200px;
  10.     background-attachment: fixed;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15.  
  16. <h1>Hello World!</h1>
  17. <p>If you do not see any scrollbars, try to resize the browser window.</p>
  18. <p>The background-image is fixed. Try to scroll down the page.</p>
  19. <p>.....</p>
  20. <p>.....</p>
  21. <p>.....</p>
  22. <p>.....</p>
  23. <p>.....</p>
  24. <p>The background-image is fixed. Try to scroll down the page.</p>
  25. <p>.....</p>
  26. <p>.....</p>
  27. <p>.....</p>
  28. <p>.....</p>
  29. <p>.....</p>
  30. <p>The background-image is fixed. Try to scroll down the page.</p>
  31. <p>.....</p>
  32. <p>.....</p>
  33. <p>.....</p>
  34. <p>.....</p>
  35. <p>.....</p>
  36. <p>The background-image is fixed. Try to scroll down the page.</p>
  37. <p>.....</p>
  38. <p>.....</p>
  39. <p>.....</p>
  40. <p>.....</p>
  41. <p>.....</p>
  42. <p>The background-image is fixed. Try to scroll down the page.</p>
  43. <p>.....</p>
  44. <p>.....</p>
  45. <p>.....</p>
  46. <p>.....</p>
  47. <p>.....</p>
  48. <p>The background-image is fixed. Try to scroll down the page.</p>
  49. <p>.....</p>
  50. <p>.....</p>
  51. <p>.....</p>
  52. <p>.....</p>
  53. <p>.....</p>
  54. <p>The background-image is fixed. Try to scroll down the page.</p>
  55. <p>.....</p>
  56. <p>.....</p>
  57. <p>.....</p>
  58. <p>.....</p>
  59. <p>.....</p>
  60. <h2>Page Ends Here</h2>
  61.  
  62. </body>
  63. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement