Skip to content

Commit

Permalink
Encriptador casi update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp500 committed Mar 3, 2024
1 parent 9a1cdc7 commit 22d6288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ function decryptText() {
}

function limpiarTextarea() {
document.getElementById('inputTextArea').value = ''; // 'result' es el ID del textarea que quieres limpiar
document.getElementById('input').value = '';
}
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ p {
}

.button-dos:hover {
background-color: rgb(233, 87, 19); /* Puedes utilizar cualquier color deseado */
background-color: rgb(207, 66, 0);/* Puedes utilizar cualquier color deseado */
}

.button-tres {
Expand All @@ -142,7 +142,7 @@ p {
}

.button-tres:hover {
background-color: rgb(233, 87, 19); /* Puedes utilizar cualquier color deseado */
background-color: rgb(207, 66, 0); /* Puedes utilizar cualquier color deseado */
}

@media screen and (max-width: 720px) {
Expand Down

0 comments on commit 22d6288

Please sign in to comment.