Guest User

Untitled

a guest
Feb 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. .c3 {text-align:center; position:absolute; top:0; bottom:0; left:0; right:0;
  5. margin:auto; height:240px; width:70%;}
  6. .red
  7. {
  8. background-color:red;
  9. }
  10. .green
  11. {
  12. background-color:green;
  13. }
  14. .blue
  15. {
  16. background-color:blue;
  17. }
  18. .body
  19. {
  20. margin:0;
  21. }
  22. </style>
  23. </head>
  24. <body class="body blue">
  25. <div class="c3 green">
  26. <div class="red">Hello I am centered</div>
  27.  
  28. <img src ="ghosts_on_pants_by_ginseng-d3fkrls.jpg" class="c3"/>
  29.  
  30. </div>
  31. </body>
  32. </html>
Add Comment
Please, Sign In to add comment