12
12
13
13
<!-- Bootstrap core CSS -->
14
14
< link href ="../assets/dist/css/bootstrap.min.css " rel ="stylesheet ">
15
-
15
+
16
16
<!-- Custom styles for this template -->
17
17
< link href ="css/signin.css " rel ="stylesheet ">
18
18
</ head >
19
19
20
20
< body >
21
-
21
+
22
22
< header >
23
23
< nav class ="navbar navbar-expand-md navbar-dark fixed-top bg-dark ">
24
24
< div class ="container-fluid ">
72
72
< h1 class ="h3 mb-3 fw-normal "> Sign Up</ h1 >
73
73
74
74
< div class ="form-floating ">
75
- < input type ="first " class ="form-control " id ="floatingName " placeholder ="name ">
75
+ < input type ="first " class ="form-control top " id ="floatingName " placeholder ="name ">
76
76
< label for ="name "> name</ label >
77
77
</ div >
78
78
< div class ="form-floating ">
79
- < input type ="
middle "
class ="
form-control "
id ="
floatingLastName "
placeholder ="
[email protected] "
>
79
+ < input type ="
middle "
class ="
form-control middle "
id ="
floatingLastName "
placeholder ="
[email protected] "
>
80
80
< label for ="floatingInput "> surname</ label >
81
81
</ div >
82
82
< div class ="form-floating ">
83
- < input type ="
middle "
class ="
form-control "
id ="
floatingEmail "
placeholder ="
[email protected] "
>
83
+ < input type ="
middle "
class ="
form-control middle "
id ="
floatingEmail "
placeholder ="
[email protected] "
>
84
84
< label for ="floatingInput "> e-mail</ label >
85
85
</ div >
86
86
< div class ="form-floating mb-4 ">
87
- < input type ="last " class ="form-control " id ="floatingPassword " placeholder ="Password ">
87
+ < input type ="last " class ="form-control bottom " id ="floatingPassword " placeholder ="Password ">
88
88
< label for ="floatingPassword "> Password</ label >
89
89
</ div >
90
90
< button class ="w-100 btn btn-lg btn-primary mb-3 " type ="submit "> Sign up</ button >
@@ -102,6 +102,6 @@ <h1 class="h3 mb-3 fw-normal">Sign Up</h1>
102
102
</ footer >
103
103
</ main >
104
104
105
- < script src ="../assets/dist/js/bootstrap.bundle.min.js "> </ script >
105
+ < script src ="../assets/dist/js/bootstrap.bundle.min.js "> </ script >
106
106
</ body >
107
107
</ html >
0 commit comments