Skip to content

Commit 01f8bd7

Browse files
committed
Popup Form Update
1 parent 08174a2 commit 01f8bd7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

26. Popup Form/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>Sign Up</h1>
5151
<div>
5252
<label for="password">Password</label>
5353
<input
54-
type="text"
54+
type="password"
5555
id="password"
5656
placeholder="Enter Password"
5757
class="form-input"
@@ -60,7 +60,7 @@ <h1>Sign Up</h1>
6060
<div>
6161
<label for="password2">Confirm Password</label>
6262
<input
63-
type="text"
63+
type="password"
6464
id="password2"
6565
placeholder="Confrim Password"
6666
class="form-input"

26. Popup Form/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,14 @@ header {
9797
width: 100%;
9898
border-radius: 5px;
9999
outline: none;
100-
border: 2px solid crimson;
100+
border: 2px solid gray;
101101
color: crimson;
102102
}
103103

104+
.modal-form .form-input:focus{
105+
border: 2px solid black;
106+
}
107+
104108
.close-btn {
105109
background: transparent;
106110
border: none;

0 commit comments

Comments
 (0)