nodevillivedon

LOGIN

Jan 25th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title> Login Page </title>
  4. </head>
  5. <style>
  6. .outer-wrapper {
  7. width:50%;
  8. max-width:500px;
  9. max-height:1000px;
  10. height:50%;
  11. margin:auto;
  12. padding:0;
  13. background:#808080;
  14. font-family:courier new;
  15. border: 1px outset #D4D5D8;
  16. box-shadow:0px 30px 30px gray;
  17. border: 3px inset #0d0d0d;
  18.  
  19.  
  20. }  
  21.  
  22. form {
  23.         font-family:Corbel;
  24.         text-align:center;
  25.  
  26. }
  27.  
  28. input {
  29.       box-shadow:inset 0 0 2px 1px #888
  30.       }
  31.  
  32. #pmargin {
  33. margin-left:2px;
  34.     }
  35.    
  36.    
  37. #h3 {text-align:center;
  38. font-family:lato light;
  39.     }
  40.    
  41. .button1 {   background-color: #555;
  42.     border: none;
  43.     color: white;
  44.     padding: 15px 32px;
  45.     text-align: center;
  46.     text-decoration: none;
  47.     display: inline-block;
  48.     font-size: 16px;
  49.     cursor:pointer;}
  50.  
  51.    
  52.     .image {
  53.     bottom-margin:5px;
  54.     box-shadow:40px 0 30px white;}
  55. </style>
  56.         <body bgcolor="#D0D4D4">
  57.  
  58.        
  59.         <div class="outer-wrapper">
  60.        
  61.         <center><img class="image1" src="smkn1mjl.png" width="150px" height="160px"></center>
  62.         <h3 id="h3">
  63.         FORUM SMKN 1 MAJALENGKA</h3>
  64.  
  65.        
  66.        
  67.        
  68.         <form>
  69.         Username: <input type="text" name="Nama" placeholder="Username"><br>
  70.         </form>
  71.        
  72.         <form>
  73.         Password: <input id="pmargin" type="password" placeholder="Password">
  74.         </form>
  75.  
  76.        
  77.         <form>
  78.         <input  class="button1" type="submit" name="Login" value="Login">
  79.         </form>
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. </div>     
  94.        
  95.        
  96.  
  97.        
  98.        
  99.        
  100.        
  101.        
  102.        
  103.        
  104.        
  105.         </body>
Add Comment
Please, Sign In to add comment