Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3.  
  4. <title></title>
  5. <meta name="description" content="" />
  6. <meta name="keywords" content="" />
  7.  
  8. <style type="text/css">
  9.  
  10. div#imagen1 {
  11. display: table;
  12. height: 300px;
  13. background: red;
  14. }
  15.  
  16. div#imagen1 span {
  17. display: table-cell;
  18. vertical-align: middle;
  19. }
  20.  
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body>
  26.  
  27. <div id="imagen1">
  28. <span><img id="i1" src="http://placekitten.com/200/200"></span>
  29. </div>
  30.  
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement