File tree Expand file tree Collapse file tree 2 files changed +28
-14
lines changed Expand file tree Collapse file tree 2 files changed +28
-14
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ body {
18
18
margin : auto;
19
19
}
20
20
21
+ .center {
22
+ display : block;
23
+ margin-left : auto;
24
+ margin-right : auto;
25
+
26
+ }
27
+
21
28
.form-signin .checkbox {
22
29
font-weight : 400 ;
23
30
}
@@ -26,14 +33,25 @@ body {
26
33
z-index : 2 ;
27
34
}
28
35
29
- .form-signin input [type = "email " ] {
36
+ .form-signin input [type = "first " ] {
30
37
margin-bottom : -1px ;
31
38
border-bottom-right-radius : 0 ;
32
39
border-bottom-left-radius : 0 ;
33
40
}
34
41
35
- .form-signin input [type = "password " ] {
42
+ .form-signin input [type = "last " ] {
36
43
margin-bottom : 10px ;
37
44
border-top-left-radius : 0 ;
38
45
border-top-right-radius : 0 ;
39
46
}
47
+
48
+ .form-signin input [type = "middle" ] {
49
+ margin-top : -1px ;
50
+ margin-bottom : -1px ;
51
+ border-top-left-radius : 0 ;
52
+ border-top-right-radius : 0 ;
53
+ border-bottom-right-radius : 0 ;
54
+ border-bottom-left-radius : 0 ;
55
+ }
56
+
57
+
Original file line number Diff line number Diff line change 66
66
</ header >
67
67
68
68
< main class ="form-signin ">
69
- < div class ="container ">
69
+ < div class ="container text-center ">
70
70
< form >
71
71
< img class ="mb-4 " src ="../assets/brand/bootstrap-logo.svg " alt ="" width ="72 " height ="57 ">
72
- < h1 class ="h3 mb-3 fw-normal "> Log in</ h1 >
72
+ < h1 class ="h3 mb-3 fw-normal "> Sign in</ h1 >
73
73
74
74
< div class ="form-floating ">
75
75
< input type ="
email "
class ="
form-control "
id ="
floatingInput "
placeholder ="
[email protected] "
>
76
- < label for ="floatingInput "> Correo electrónico </ label >
76
+ < label for ="floatingInput "> e-mail </ label >
77
77
</ div >
78
- < div class ="form-floating ">
78
+ < div class ="form-floating mb-4 ">
79
79
< input type ="password " class ="form-control " id ="floatingPassword " placeholder ="Password ">
80
- < label for ="floatingPassword "> Contraseña</ label >
81
- </ div >
82
-
83
- < div class ="checkbox mb-3 ">
84
- < label >
85
- < input type ="checkbox " value ="remember-me "> Recordarme
86
- </ label >
80
+ < label for ="floatingPassword "> Password</ label >
87
81
</ div >
88
- < button class ="w-100 btn btn-lg btn-primary " type ="submit "> Alta</ button >
82
+ < button class ="w-100 btn btn-lg btn-primary mb-3 " type ="submit "> Sign in</ button >
83
+ < p class ="mb-0 "> Dont have an account?</ p >
84
+ < a href ="/Users/emi/Documents/URJC/Web Dev/webapp10/Youdemy/web/register.html " style ="margin-bottom:20px; display:block; "> Register here!</ a >
89
85
</ form >
90
86
91
87
</ div >
You can’t perform that action at this time.
0 commit comments