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