Advertisement
Guest User

Untitled

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