Skip to content

Commit a21eb17

Browse files
committed
3
1 parent 17f9ffd commit a21eb17

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Entregas/Entrega2/estilos.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ p {
1616
width: 30%;
1717
background-color: rgb(19, 188, 231);
1818
text-align: center;
19+
font-size:150%;
1920
font-weight: bold;
2021
color: aliceblue;
2122
border-radius: 35px 0px 35px 0px;
@@ -24,10 +25,10 @@ p {
2425
border: 2px solid #5878ca;
2526
}
2627

27-
#div1 {
28+
/* #div1 {
2829
align-content: center;
2930
align-self: center;
30-
}
31+
} */
3132

3233
#contenedor {
3334
display: flex;

Entregas/Entrega2/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<script async src="./index.js"></script>
6+
<link rel="stylesheet" href="./estilos.css" type="text/css">
7+
78
<title>ENTREGA 2 </title>
89
</head>
910
<body>
1011
<div class="div1">
11-
<p>PRUEBAS ENTREGA 2</p>
12+
<p> ENTREGA </p>
1213
<ul class="lista">
1314
<li> CLASES</li>
1415
<li> ARRAYS</li>
1516
<li> CONDICIONALES, ETC.</li>
1617
</ul></div>
18+
19+
<script async src="./index.js"></script>
1720
</body>
1821
</html>

Entregas/Entrega2/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Login {
4747
y=false;
4848
break;
4949
} else if (user===u.usuario){
50-
//alert("Usuario Valido!! /n SIGA SIGA")
50+
//NO HAY ACCIONES AQUI,SI VALIDA user, SALTA A BLOQUE WHILE(y) DEL PASSWORD
5151
break;
5252
}else {alert("INGRESE USUARIO VALIDO")}
5353

@@ -73,7 +73,6 @@ while(opcion){
7373
let opt=parseInt(prompt ("INGRESE OPCION:\n 0. REGISTRO USUARIO\n 1.LOGIN\n 2.SALIR\n\n"));
7474
switch (opt) {
7575
case 0:
76-
//const u = new User();
7776
u.ingresoDatos();//Pide registro de datos usuario
7877
break;
7978
case 1:

0 commit comments

Comments
 (0)