updated password field types

This commit is contained in:
josephroy99 2024-02-14 20:53:41 +00:00
parent 6c6218892b
commit eaf21faea2
1 changed files with 3 additions and 3 deletions

View File

@ -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>