Advertisement
Guest User

Centrado de Imagen en HTML

a guest
Aug 27th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.     <style type="text/css">
  5.     .imgclass
  6.     {
  7.     background-color:#1122CC;
  8.     text-align:center;
  9.     }
  10.     .imgclass img
  11.     {
  12.     margin:auto;
  13.     }
  14.     img
  15.     {
  16.     display:block;
  17.     }
  18.     </style>
  19. <head>
  20. <body>
  21.     <div class="imgclass">
  22.         <img width = 100% src="index.jpg">
  23.     </div>
  24. </body>
  25. </html><!DOCTYPE HTML>
  26. <html>
  27. <head>
  28.     <style type="text/css">
  29.     .imgclass
  30.     {
  31.     background-color:#1122CC;
  32.     text-align:center;
  33.     }
  34.     .imgclass img
  35.     {
  36.     margin:auto;
  37.     }
  38.     img
  39.     {
  40.     display:block;
  41.     }
  42.     </style>
  43. <head>
  44. <body>
  45.     <div class="imgclass">
  46.         <img width = 100% src="index.jpg">
  47.     </div>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement