updated password field types
This commit is contained in:
parent
6c6218892b
commit
eaf21faea2
|
@ -205,7 +205,7 @@
|
||||||
background-color: #15a3d2;
|
background-color: #15a3d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1100px) and (min-width: 800px) {
|
@media only screen and (max-width: 1400px) and (min-width: 800px) {
|
||||||
|
|
||||||
.logo-container {
|
.logo-container {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -278,7 +278,7 @@
|
||||||
<input type="text" placeholder="Enter your Email">
|
<input type="text" placeholder="Enter your Email">
|
||||||
|
|
||||||
<label>Password</label>
|
<label>Password</label>
|
||||||
<input type="text" placeholder="Enter a Password">
|
<input type="password" placeholder="Enter a Password">
|
||||||
|
|
||||||
<input type="submit" value="Start DinoSaving!">
|
<input type="submit" value="Start DinoSaving!">
|
||||||
</form>
|
</form>
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
<input type="text" placeholder="Enter your Email">
|
<input type="text" placeholder="Enter your Email">
|
||||||
|
|
||||||
<label>Password</label>
|
<label>Password</label>
|
||||||
<input type="text" placeholder="Enter your Password">
|
<input type="password" placeholder="Enter your Password">
|
||||||
|
|
||||||
<input type="submit" value="Login!">
|
<input type="submit" value="Login!">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue