Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <head>
  2. <style>
  3.  #picture {
  4.    height: [height.of.picture.in.pixels]px;
  5.    width: [width.of.picture.in.pixels]px;
  6.    background-image: url(image.png) no-repeat;
  7.    margin: 0px auto;
  8.  }
  9. </style>
  10. </head>
  11. <body>
  12. <div id="picture" />
  13. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement