Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-- I'm a comment. You won't actually see me on the web page.
- You should write your header in the line below me! -->
- <style>
- body {
- background: url("https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/splash.jpg");
- background-size: cover;
- background-position: center center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- color:white;
- font-family: Helvetica
- background-repeat: no-repeat;
- background-attachment: fixed;
- text-align: center;
- }
- p {font-size: 24px;
- }
- input[type="submit"] {
- background: limegreen;
- color: black;
- border: 0;
- padding: 12px;
- font-size: 18px;
- }
- </style>
- </head>
- <body>
- <img src="http://www.theteachingtechies.com/wp-content/uploads/2014/01/Masen-TTT-Profile.jpg" height="250" width="300"
- <p>Hello there! This site will give you informtation about Masen, an inspired Architect/Game Designer/Programmer/Entrepreneur</p>
- <input type="email" placeholder="[email protected]">
- <input type="submit">
- </body>
Advertisement
Add Comment
Please, Sign In to add comment