5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< link rel ="stylesheet " href ="index.html ">
8
- < link rel ="stylesheet " href ="CSS/estilos.css ">
8
+ < link rel ="stylesheet " href ="CSS/estilos.css ">
9
9
< link rel ="stylesheet " href ="CSS/login.css ">
10
10
< title > Login</ title >
11
11
</ head >
12
+
12
13
< body >
13
14
< header class ="header ">
14
15
< div class ="header__logo ">
@@ -25,39 +26,41 @@ <h2>Inicia Sesión</h2>
25
26
26
27
< form class ="container__login--form ">
27
28
< input class ="input " type ="email " placeholder ="correo ">
28
- < input class ="input " type ="password "placeholder ="Contraseña ">
29
- < button class ="boton "> < a class ="btn "href ="index.html "> Iniciar Sesión</ a > </ button >
30
-
29
+ < input class ="input " type ="password " placeholder ="Contraseña ">
30
+ < button class ="boton "> < a class ="btn " href ="index.html "> Iniciar Sesión</ a > </ button >
31
+
31
32
< div class ="container__login--recuerdame ">
32
33
< label >
33
- < input class ="check " type ="checkbox " id ="check1 "> Recuerdame
34
+ < input class ="check " type ="checkbox " id ="check1 "> Recuerdame
34
35
</ label >
35
- < a class ="link "href ="/ "> Olvide mi Contraseña</ a >
36
+ < a class ="link " href ="/ "> Olvide mi Contraseña</ a >
36
37
</ div >
37
38
</ form >
38
39
39
40
< section class ="container__login--redes--sociales ">
40
41
< div >
41
- < img class ="container__login--img "src ="img/gmail.png " alt ="Icono-Gmail "> Inicia Sesión con Google
42
+ < img class ="container__login--img " src ="img/gmail.png " alt ="Icono-Gmail "> Inicia Sesión con Google
42
43
</ div >
43
44
< div >
44
- < img class ="container__login--img "src ="img/Facebook.png " alt ="Icono-Facebook "> Inicia Sesión con Facebook
45
+ < img class ="container__login--img " src ="img/Facebook.png " alt ="Icono-Facebook "> Inicia Sesión con
46
+ Facebook
45
47
</ div >
46
48
</ section >
47
49
48
50
< p class ="container__login--resistro ">
49
- No tengo ninguna cuenta < a class ="link__registro "href ="/ "> Registrate</ a >
51
+ No tengo ninguna cuenta < a class ="link__registro " href ="/ "> Registrate</ a >
50
52
</ p >
51
53
52
54
</ section >
53
55
54
56
< footer class ="footer ">
55
57
< div class ="links ">
56
- < a class ="lin "href ="/ "> Declaración de privacidad</ a >
57
- < a class ="lin "href ="/ "> © Terminos de uso</ a >
58
- < a class ="lin "href ="/ "> Centro de ayuda</ a >
58
+ < a class ="lin " href ="/ "> Declaración de privacidad</ a >
59
+ < a class ="lin " href ="/ "> © Terminos de uso</ a >
60
+ < a class ="lin " href ="/ "> Centro de ayuda</ a >
59
61
</ div >
60
62
</ footer >
61
63
62
64
</ body >
65
+
63
66
</ html >
0 commit comments