Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>GAYBAR</title>
  4. <style type="text/css">
  5. body {
  6. background-color: #000;
  7. }
  8. #container {
  9. border: 1px solid #FFF;
  10. margin-left:auto;
  11. margin-right:auto;
  12. width:900px;
  13. }
  14. p {
  15. color:#CCC
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div id="container">
  21. <h1>LESBIAN</h1>
  22. <p>Well I wonder how I did this oh yh I coded it.</p>
  23. </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement