Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> ¡Bienvenido a Habbo! </title>
  5. <style>
  6. html {
  7. background-color: #e74c3c;
  8. font-family: Century Gothic;
  9. font-size: 14px;
  10. }
  11. #header {
  12. background: #c0392b;
  13. height:40px;
  14. width:100%;
  15. position:absolute;
  16. top:0px;
  17. left:0px;
  18. padding:20px;
  19. }
  20.  
  21. #header .logo{
  22.  
  23.  
  24. }
  25.  
  26. input {
  27. display: inline;
  28. margin-top: 10px;
  29. margin-left: 10px;
  30. width: 200px;
  31. }
  32.  
  33.  
  34.  
  35. </style>
  36. </head>
  37. <body>
  38. <div id="header">
  39. <input type="text" placeholder="Introduce tu nombre de usuario">
  40. <input type="password" placeholder="Introduce tu contraseña">
  41. <span class="logo" > </span>
  42. <img style="height:30px; width:50px;"src="http://www.habborator.org/exec/text/large.gif?foo=1041251032">
  43. <header>
  44.  
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement