mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-06 02:35:46 +01:00
register.html - Changed some text, and changed date's box text color
This commit is contained in:
parent
cd12c8e308
commit
8d9e952248
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue