Advertisement
SZASZ

Untitled

Jan 26th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <style>
  4. body {
  5. text-align: center;
  6. background: url("http://uploads2.wikiart.org/images/salvador-dali/after-the-head-of-giuliano-di-medici.jpg");
  7. background-size: cover;
  8. background-position: center center;
  9. background-repeat: no-repeat;
  10. background-attachment: fixed;
  11. color: black;
  12. font-family: Helvetica;
  13. }
  14. p {
  15. text-align: center;
  16. font-size: 24px;
  17. }
  18. input {
  19. border: 0;
  20. padding: 12px;
  21. }
  22. input[type="submit"] {
  23. background: limegreen;
  24. color: black;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <h1>SZASZ</h1>
  30. <p>CODE OR DIE</p>
  31. <input type="email" placeholder="Email">
  32. <input type="submit">
  33. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement