Guest User

Untitled

a guest
Apr 14th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #login-bg
  2. {
  3.  
  4. background-image:url('/images/login/login_background.jpg');
  5. font-size: 20px;
  6. }
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10.  
  11. <head>
  12.  
  13. <link rel="stylesheet" type="text/css" href="styles.css" />
  14.  
  15. </head>
  16.  
  17. <body id="login-bg">
  18.  
  19. <form action="" method="POST">
  20.  
  21. Username: <input type="text" name="username" >
  22. <br>
  23. Password: <input type="text" name="password" >
  24. <br>
  25. <input type="submit" value="enter">
  26.  
  27. </form>
  28.  
  29. </body>
  30. </html>
  31.  
  32. #login-bg
  33. {
  34.  
  35. background-image:url('images/login/login_background.jpg');
  36. font-size: 20px;
  37. }
  38.  
  39. background-image:url('images/login/login_background.jpg');
Add Comment
Please, Sign In to add comment