Skip to content

Commit 08c5f76

Browse files
committed
202040624_00010
1 parent d2dbe4f commit 08c5f76

File tree

12 files changed

+51
-222
lines changed

12 files changed

+51
-222
lines changed
31.5 KB
Loading
39.9 KB
Loading
File renamed without changes.
62.1 KB
Loading

Entregas/PruebasEntrega/css/estilosGeneral.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ body {
1717
background-color: #0f4c75;
1818
}
1919

20+
header{
21+
display: flex;
22+
}
23+
24+
.logo{
25+
display: flex;
26+
}
27+
28+
.imglogo{
29+
border-radius: 5px;
30+
}
2031
.contenedor-form {
2132
background: rgba(16, 0, 63, 0.7);
2233
max-width: 500px;

Entregas/PruebasEntrega/css/estilosMain copy.css

Lines changed: 0 additions & 127 deletions
This file was deleted.

Entregas/PruebasEntrega/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<meta charset="UTF-8">
55
<title>Login Proyecto CoderHouse</title>
66
<link rel="stylesheet" href="./css/estilosMain.css">
7+
<link rel="stylesheet" href="./css/estilosMain.css">
78
<script src="./js/jquery-3.1.1.min.js"></script>
89
<script src="./js/main.js"></script>
910
</head>
1011
<body>
12+
1113
<div class="formContainer">
1214
<div class="menu">
1315
<button id="login" class="btnLogin" onclick="mostrarLogin()"> Login </button>

Entregas/PruebasEntrega/js/carrito.js

Whitespace-only changes.

Entregas/PruebasEntrega/js/main copy.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

Entregas/PruebasEntrega/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
//localStorage.removeItem('usuarios');//boorar localstorage
132132
console.log('LocalStorage borrado.');
133-
window.location.href="./principal.html";//redirecciona a pagina. NO FUNCIONA AUN
133+
window.location.href="./views/carrito.html";//redirecciona a pagina.
134134
}
135135
else{document.querySelector('#mensajeLogin').innerText = "Datos incorrectos";}
136136

0 commit comments

Comments
 (0)