Conversation
src/style.css
Outdated
| h2 { text-align: center; } | ||
| h3{ text-align: center; } | ||
| a { text-align: center; } | ||
| input {position: absolute; |
There was a problem hiding this comment.
Cuidemos la indentación y si repites en un mismo estilo para varios elementos, siempre es mejor una clase, recuerda, principio DRY
src/style2.css
Outdated
| #name { background-color:#D17595; border-bottom:#F5E9F7; border-radius:20px; width: 100px; height: 100; align-content: center;} | ||
| #form { | ||
| text-align: center; | ||
| } |
src/codigo.html
Outdated
| <input type="text" name="nombre" id="codigo" placeholder="Nombre"><br> | ||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Tu código no es muy legible, cuida la indentación y consistencia
src/cipher.js
Outdated
| } | ||
| } | ||
|
|
||
| function decifrar(){ |
There was a problem hiding this comment.
Procura tener consistencia en tu código, si empleas palabras en inglés continua con ellas, tu indentación debe mejorar, por todo lo demás llevas un excelente trabajo!
| } No newline at end of file | ||
| body { | ||
| background-image: url("../src/helado\ fondo.jpg"); | ||
| } |
src/index.html
Outdated
| <h4></h4> | ||
| </div> | ||
| <script src="index.js" type="module"></script> | ||
| </body> |
There was a problem hiding this comment.
Adri! tu avance es muy bueno y me parece perfecto que ya tengas dominado el tema de git, lo que si es que procura que cada cambio que subas sea significativo, es decir, que no sea solo agregar una llave, una imagen o algo asi, que tenga mas sentido. Buen trabajo!
No description provided.