[HTML/CSS] I made something but I want to make it better

<!DOCTYPE html> <head> <style> h1 { text-align: center; } P { text-align: center; font-size: 24px; } body { text-align: center; background: url("http://i.imgur.com/60uMTB6h.jpg"); color: white; font-family: Arial; background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; } input { border: 0; padding: 12px; font-size: 18px; } input[type="submit"] { background: black; color: white; } </style> </head> <body> <img src="http://i.imgur.com/tTaqr4T.png" height="135" width = "96"></h1> <h2>/u/idontdrinktogetdrunk</h2> <p>Hi! I'm iddtgd. I'm currently learning web development. So far it has been really interesting and fun, and I have learned a lot in only a few days. Web development is growing on me more and more, and it's amazing seeing what I can make. This webpage for example was something I never thought I'd enjoy making, but after making a boilerplate of it, it's really something cool. I love webdev because of how simple it is to get something up in terms of structure and function, but CSS is where you can really get lost in the world.</p> <p1>While I have your attention, would you mind checking out my code? I would really appreciate it, you can send me a message if you have anything to say! if not, please leave a comment below!</p1> <p><p><a href="https://www.reddit.com/u/idontdrinktogetdrunk/">Visit my reddit profile and send me a bunch of upvotes please!</a></p> <input type="email" placeholder="Email"> <input type="submit"> </body>

/r/learnprogramming Thread Parent