JAYASWAROOP commited on
Commit
41c88b4
1 Parent(s): 8eb4b35

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -95,7 +95,8 @@
95
 
96
  input[type="text"],
97
  input[type="password"],
98
- input[type="email"] {
 
99
  width: 400px;
100
  padding: 10px;
101
  margin-bottom: 15px;
@@ -222,6 +223,7 @@
222
  <input type="text" name="username" placeholder="Username" required>
223
  <input type="password" name="password" placeholder="Password" required>
224
  <input type="email" name="email" placeholder="Email" required>
 
225
  <input type="submit" value="Signup">
226
  </div>
227
  </form>
 
95
 
96
  input[type="text"],
97
  input[type="password"],
98
+ input[type="email"],
99
+ input[type="tel"] {
100
  width: 400px;
101
  padding: 10px;
102
  margin-bottom: 15px;
 
223
  <input type="text" name="username" placeholder="Username" required>
224
  <input type="password" name="password" placeholder="Password" required>
225
  <input type="email" name="email" placeholder="Email" required>
226
+ <input type="tel" pattern="[+]91 [0-9]{10}" placeholder="Enter your mobile number" required>
227
  <input type="submit" value="Signup">
228
  </div>
229
  </form>