Skip to content

Commit

Permalink
Encriptador concluido por el momento :D
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp500 committed Mar 5, 2024
1 parent d9b7dfd commit 07c94bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</head>
<body>
<h1><img class="candado" src="imagenes/candado.svg" draggable="false" oncontextmenu="return false" alt="Candado">
<span class ="Encriptador">Encriptador</span><br>
<span class = "Desencriptador">Desencriptador</span>
<span class ="encriptador">Encriptador</span><br>
<span class = "desencriptador">Desencriptador</span>
</h1>
<label for="inputTextArea"></label>
<div class="input">
Expand All @@ -47,5 +47,4 @@ <h1><img class="candado" src="imagenes/candado.svg" draggable="false" oncontextm
</div>
</div>
</body>
</html>

</html>
3 changes: 1 addition & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ document.getElementById('result').addEventListener('blur', function() {
}
});

document.getElementById('result').onblur = showImageIfNoFocus;

document.getElementById('result').onblur = showImageIfNoFocus;
13 changes: 6 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ h1 {
font-weight: bold;
}

.Desencriptador {
.desencriptador {
margin-left: 68px;
}

Expand Down Expand Up @@ -95,7 +95,7 @@ body {

.detective {
display: flex;
opacity: 75%;
opacity: 40%;
width: 240px;
height: 240px;
filter: invert(12%) sepia(92%) saturate(2487%) hue-rotate(242deg) brightness(84%) contrast(138%);
Expand Down Expand Up @@ -195,11 +195,11 @@ p {
transform: translate(0px, 35px);
}

.Encriptador {
.encriptador {
margin-right: 80px;
}

.Desencriptador {
.desencriptador {
margin-left: 40px;
}

Expand Down Expand Up @@ -244,18 +244,17 @@ p {
}

.campotransparente-dos {
line-height: 1;
display: block;
display: block;
line-height: 1;
width: 100%;
margin: 0;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.detective {
opacity: 30%;
margin: 10% 12%;
}

Expand Down

0 comments on commit 07c94bc

Please sign in to comment.