Background Syntax


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. element {
  2. background:
  3. #fff
  4. url(image.png)
  5. no-repeat
  6. 20px 100px
  7. fixed;
  8. }

Report this snippet


Comments


You need to login to view comments.