JAYASWAROOP commited on
Commit
ee77e11
1 Parent(s): 4f896cf

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -4
index.html CHANGED
@@ -77,8 +77,8 @@
77
  }
78
  }
79
  .container1 {
80
- height: 360px;
81
- width: 300px;
82
  margin: 0 auto;
83
  font-family: Arial, sans-serif;
84
  padding: 20px;
@@ -96,7 +96,7 @@
96
 
97
  input[type="text"],
98
  input[type="password"] {
99
- width: 100%;
100
  padding: 10px;
101
  margin-bottom: 15px;
102
  border: 1px solid #cccccc;
@@ -105,7 +105,7 @@
105
  }
106
 
107
  input[type="submit"] {
108
- width: 100%;
109
  padding: 10px;
110
  background-color: #4CAF50;
111
  color: white;
@@ -170,10 +170,12 @@
170
  </div>
171
  <form action="" method="POST" onsubmit="return validateLogin();" name="loginForm">
172
  <div class="card1">
 
173
  <input type="text" name="username" placeholder="Username" required>
174
  <input type="password" name="password" placeholder="Password" required>
175
  <input type="submit" value="Login">
176
  </div>
 
177
  </form>
178
  </div>
179
 
 
77
  }
78
  }
79
  .container1 {
80
+ height: 500px;
81
+ width: 450px;
82
  margin: 0 auto;
83
  font-family: Arial, sans-serif;
84
  padding: 20px;
 
96
 
97
  input[type="text"],
98
  input[type="password"] {
99
+ width: 400px;
100
  padding: 10px;
101
  margin-bottom: 15px;
102
  border: 1px solid #cccccc;
 
105
  }
106
 
107
  input[type="submit"] {
108
+ width: 400px;
109
  padding: 10px;
110
  background-color: #4CAF50;
111
  color: white;
 
170
  </div>
171
  <form action="" method="POST" onsubmit="return validateLogin();" name="loginForm">
172
  <div class="card1">
173
+ <div>
174
  <input type="text" name="username" placeholder="Username" required>
175
  <input type="password" name="password" placeholder="Password" required>
176
  <input type="submit" value="Login">
177
  </div>
178
+ </div>
179
  </form>
180
  </div>
181