Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.  
  6. <title></title>
  7. <meta name="description" content="" />
  8. <meta name="keywords" content="" />
  9.  
  10. <style type="text/css">
  11.  
  12. #wp {
  13. float:left;
  14. background: #BBB;
  15. margin: 20px auto;
  16. width: 300px;
  17. height:300px;
  18. text-align: center;
  19.  
  20. line-height: 300px; /* Alto de la caja */
  21.  
  22. }
  23. #wp img {
  24.  
  25. margin: auto; /* Alineado horizontal */
  26. vertical-align: middle; /* Alineado vertical */
  27. }
  28.  
  29. </style>
  30.  
  31.  
  32.  
  33. </head>
  34.  
  35. <body>
  36.  
  37. <div id="wp">
  38. &nbsp;
  39. <img src="imagen_destino_ok.jpg"/>
  40. </div>
  41.  
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement