Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. /*This is your mother speaking, I am a vampire!!!*/
  5. .center
  6. {
  7. margin:auto;
  8. width:70%;
  9. background-color:blue;
  10. text-align:center;
  11. }
  12.  
  13. .center2
  14. {
  15. margin:auto;
  16. width:70%;
  17. background-color:red;
  18. text-align:center;
  19. }
  20. </style>
  21. </head>
  22.  
  23. <body>
  24. <div class="center">
  25. <p> I see you pee. </p>
  26. <img src ="ghosts_on_pants_by_ginseng-d3fkrls.jpg" class="center2"/>
  27.  
  28. </div>
  29. </body>
  30. </html>
Add Comment
Please, Sign In to add comment