Advertisement
here2share

HTML bg-gradient

Aug 13th, 2016
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body {
  6.     background-image: url("http://i.imgur.com/SfG40nv.png");
  7.     background-repeat: repeat-x;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12.  
  13. <h1>Hello World!</h1>
  14. <p>Here, a backgound image is repeated only horizontally!</p>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement