Advertisement
newbitek

bg repeat y

Dec 25th, 2017
1,485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  <title>BakgroundI Repeat</title>
  5.  <style>
  6.   #box{
  7.    width : 500px;
  8.    height :300px;
  9.    background : url(bc.jpg);
  10.    background-repeat : repeat-y;
  11.       }
  12.  </style>
  13. </head>
  14. <body>
  15. <div id="box">
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement