Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Your Dropbox</title>
  4. </head>
  5.  
  6. <body>
  7.  
  8.  
  9.  
  10. <h1 class= "light" style="font-family:courier new"> <font size="6" color="#000099"</font> .. Start uploading on your own online-box now ..</h1>
  11.  
  12. <form>
  13. <pre>
  14. <class= "light" style="font-family:courier new"> <font size="4" color="#000099"</font>
  15. First name:<input type="text" name="firstname" ><br>
  16. Last name: <input type="text" name="lastname"><br>
  17. Email: <input type="email" name="email" ><br>
  18. Password: <input type="password" name="pwd" > <a href="javascript: void(0)" >Forgot your password?</a>
  19.  
  20. <a href="javascript: void(0)" >Signin</a> or <a href="javascript: void(0)" >Signup</a> if you dont have an account yet.
  21. </pre>
  22.  
  23. </form>
  24.  
  25. <style>
  26.  
  27.  
  28. body {
  29. background-color: #F9FBFE;
  30. }
  31.  
  32. h1 {
  33. position: absolute;
  34. top: 135px;
  35. left: 170px;}
  36.  
  37.  
  38.  
  39.  
  40. form {
  41. position:absolute;
  42. top:170px;
  43. left:480px;
  44. }
  45.  
  46. h1.light {font-weight: lighter;
  47. }
  48.  
  49. input:hover {background: #F6FDFF;
  50. }
  51.  
  52. a {
  53. font-size:14;}
  54.  
  55.  
  56. </style>
  57.  
  58.  
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement