Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Adding a background image to your html:
- <style media="screen">
- body {
- background-image: url("images/pattern-background-desktop.svg");
- background-repeat: no-repeat;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement