File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments