Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>Bubblegum Bunnies Studios</title>
- <style>
- h{
- border-radius: 10px;
- }
- body {
- text-align: center;
- background: url("https://i.imgur.com/TGkTJGG.jpg");
- background-size: cover;
- background-position: center;
- color: #6C3483;
- font-family: helvetica;
- }
- p{
- font-size: 22px;
- }
- input {
- border: 0;
- padding: 10px;
- font-size: 18px;
- input[type="submit"]{
- color: white;
- background: red;
- }
- }
- </style>
- </head>
- <body>
- <h1><img src="https://i.imgur.com/ibm08E1.png"></h1>
- <p>If you have any questions, feel free to contact me!
- </p>
- <input type="email" placeholder="Your email">
- <input type="submit">
- </body>
Advertisement
Add Comment
Please, Sign In to add comment