avveddi

add background image to html

Sep 15th, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Adding a background image to your html:
  2.  
  3. <style media="screen">
  4. body {
  5. background-image: url("images/pattern-background-desktop.svg");
  6. background-repeat: no-repeat;
  7. }
  8. </style>
Add Comment
Please, Sign In to add comment