Skip to content

Commit a193ed3

Browse files
committed
Fix : Input types
1 parent dc98912 commit a193ed3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ <h2 class="form__title">Sign Up</h2>
1818
<button class="btn">Sign Up</button>
1919
</form>
2020
</div>
21-
<!-- Sign In -->
22-
<div class="container__form container--signin">
23-
<form action="#" class="form" id="form2">
24-
<h2 class="form__title">Sign In</h2>
25-
<input type="text" placeholder="Email" class="input" />
26-
<input type="password" placeholder="Password" class="input" />
27-
<a href="#" class="link">Forgot your password?</a>
28-
<button class="btn">Sign In</button>
29-
</form>
30-
</div>
21+
<!-- Sign In -->
22+
<div class="container__form container--signin">
23+
<form action="#" class="form" id="form2">
24+
<h2 class="form__title">Sign In</h2>
25+
<input type="text" id="emailInput" placeholder="Username" class="input" />
26+
<input type="password" id="passwordInput" placeholder="Password" class="input" />
27+
<a href="#" class="link">Forgot your password?</a>
28+
<button class="btn">Sign In</button>
29+
</form>
30+
</div>
3131
<!-- Overlay -->
3232
<div class="container__overlay">
3333
<div class="overlay">

0 commit comments

Comments
 (0)