File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ <h6 class="mb-4 text-muted">Create new account</h6>
2828 < form action ="" method ="">
2929 < div class ="mb-3 text-start ">
3030 < label for ="name " class ="form-label "> Name</ label >
31- < input type ="text " class ="form-control " placeholder ="Enter Name " required >
31+ < input type ="text " class ="form-control " placeholder ="Enter your name " required >
3232 </ div >
3333 < div class ="mb-3 text-start ">
3434 < label for ="email " class ="form-label "> Email address</ label >
35- < input type ="email " class ="form-control " placeholder ="Enter Email " required >
35+ < input type ="email " class ="form-control " placeholder ="Enter your email " required >
3636 </ div >
3737 < div class ="mb-3 text-start ">
3838 < label for ="password " class ="form-label "> Password</ label >
39- < input type ="password " class ="form-control " placeholder ="Password " required >
39+ < input type ="password " class ="form-control " placeholder ="Enter your password " required >
4040 </ div >
4141 <!--
4242 <div class="mb-3">
@@ -51,7 +51,7 @@ <h6 class="mb-4 text-muted">Create new account</h6>
5151 </ label >
5252 </ div >
5353 </ div >
54- < button class ="btn btn-primary vw-100 mb-4 "> Register</ button >
54+ < button class ="btn btn-primary mb-4 " style =" width:100% "> Register</ button >
5555 </ form >
5656 < p class ="mb-0 text-muted "> Allready have an account? < a href ="login.html "> Log in</ a > </ p >
5757 </ div >
You can’t perform that action at this time.
0 commit comments