-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cipher #35
base: master
Are you sure you want to change the base?
cipher #35
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentación
src/codigo.html
Outdated
<input type="text" name="nombre" id="codigo" placeholder="Nombre"><br> | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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!
body { | ||
background-image: url("../src/helado\ fondo.jpg"); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bien!
src/index.html
Outdated
@@ -12,7 +12,7 @@ <h2>¡Gratis!</h2> | |||
|
|||
|
|||
<h3>¡Genera tu código aquí!</h3> | |||
<h4>¡Click aquí!</h4> | |||
<h4></h4> | |||
</div> | |||
<script src="index.js" type="module"></script> | |||
</body> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.