Guest User

Alan - Contact Page

a guest
Mar 6th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>Bubblegum Bunnies Studios</title>
  4. <style>
  5. h{
  6. border-radius: 10px;
  7. }
  8. body {
  9. text-align: center;
  10. background: url("https://i.imgur.com/TGkTJGG.jpg");
  11. background-size: cover;
  12. background-position: center;
  13. color: #6C3483;
  14. font-family: helvetica;
  15. }
  16. p{
  17. font-size: 22px;
  18. }
  19. input {
  20. border: 0;
  21. padding: 10px;
  22. font-size: 18px;
  23. input[type="submit"]{
  24. color: white;
  25. background: red;
  26. }
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <h1><img src="https://i.imgur.com/ibm08E1.png"></h1>
  32. <p>If you have any questions, feel free to contact me!
  33. </p>
  34. <input type="email" placeholder="Your email">
  35. <input type="submit">
  36. </body>
Advertisement
Add Comment
Please, Sign In to add comment