Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 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="/Subir a Cpanel.jpg">
  23.     </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement