File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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 ;
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;
Original file line number Diff line number Diff line change 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 > 2ª 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 >
Original file line number Diff line number Diff 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){
7373let 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 :
You can’t perform that action at this time.
0 commit comments