Advertisement
alexappelt

Untitled

Jul 11th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.32 KB | None | 0 0
  1.  <!DOCTYPE html>
  2.  <html>
  3.  <head>
  4.     <title>Background</title>
  5.     <meta charset="utf-8">
  6.        
  7.      
  8.         <style type="text/css">
  9.        
  10.         body{
  11.             background-image: url('imagens/background.jpeg');
  12.             background-repeat: repeat-y;
  13.             }
  14.  
  15.         </style>
  16.  </head>
  17.    
  18.  
  19.  
  20.      <body>
  21.  
  22. <div>
  23.  
  24.     </div>
  25.      </body>
  26.  
  27.  
  28.  </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement