Advertisement
MusicFreak

Praksa CSS pocetak

Nov 6th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.21 KB | None | 0 0
  1. <html>
  2. <body>
  3. <style>
  4. body
  5. {
  6. background-image:url('123.jpg');
  7. background-repeat:no-repeat;
  8. background-position:center;
  9. background-color:#E5DF45;
  10. background-attachment:fixed;
  11. }
  12.  
  13. </style>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement