Skip to content

Commit

Permalink
Hot Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosferreyra committed Jun 25, 2024
1 parent 288ef4f commit ca1ea2e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"svg.preview.background": "editor"
}
Binary file removed assets/images/Persona.png
Binary file not shown.
Binary file removed assets/images/Vector.png
Binary file not shown.
6 changes: 4 additions & 2 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ body {
resize: none;
}
.TextArea::placeholder {
color: rgba(150, 80, 80, 0.8);
color: rgba(29, 55, 255, 0.8);
}

.Exclamation {
Expand All @@ -85,7 +85,7 @@ body {
}

.Exclamation p {
color: #495057;
color: #5a7a9a;
font-size: 12px;
}

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="es">
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down Expand Up @@ -41,7 +41,7 @@ <h1>ENCRIPTADOR</h1>
</div>
</div>
</section>
<section class="RightContainer"> <!--Fixed-->
<section class="RightContainer">
<img class="Persona2" src="assets/images/Persona2.svg" alt="placeholder Persona2" />
<textarea class="FinalText" readonly placeholder="Ningun mensaje fue encontrado."></textarea>
<p class="RightInfo">Ingresa el texto que desees encriptar o desencriptar</p>
Expand Down

0 comments on commit ca1ea2e

Please sign in to comment.