register.html - Changed some text, and changed date's box text color

This commit is contained in:
Matthew Patrick 2021-09-16 21:06:38 +07:00
parent cd12c8e308
commit 8d9e952248

View file

@ -154,7 +154,7 @@
placeholder="Last Name">
</div>
<div class="form-group">
<input type="date" id="birthDate" class="form-control text-center">
<input type="date" id="birthDate" class="form-control text-center" style="color: gray">
</div>
<div class="form-group">
<input type="email" name="email" id="email" class="form-control input-sm text-center"
@ -172,7 +172,7 @@
<button type="submit" class="btn btn-register btn-primary">Register</button>
<div class="hoversingup-1 text-center">
<a href="login.html">Already have account? Sign In</a>
<a href="login.html">Already have an account ?? Click here to Sign In !!</a>
</div>
</form>
</div>