[1] - My First Website

<!DOCTYPE html> <html> <head> <title>Simen Haugslien</title> <style> body { text-align: center; background: url("http://bildr.no/image/WkpUL0lH.jpeg"); background-position: center; background-size: cover; font-family: arial; color: white; } p { font-size: 22px; } input { border: 0; padding: 8px; font-size: 100%; } input[type="submit"] { background: red; color: white; } </style> </head> <body> <img src="http://bildr.no/image/d1dkWTAv.jpeg"> <h1>Simen Haugslien</h1> <p>My name is Simen! What's yours?</p> <input type="email" placeholder="Your name here"> <input type="submit"> </body> </html>
HTML & CSS

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.