Skip to content

Commit

Permalink
actualización
Browse files Browse the repository at this point in the history
  • Loading branch information
VannDennOk committed Aug 21, 2024
1 parent f87f5a6 commit 6589fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="textBox__label__text">INGRESE EL TEXTO...</h2>
<img src="assets/Icon_Alert.png" alt="Icono de advertencia" class="advertencia__icono">
<p class="advertencia__texto">Solo letras minúsculas y sin acentos</p>
</div>
<button class="btn__trash" type="button" onclick="cleanMensajeEncriptado()" id="btn__trash"><img class="trash__icon" src="/assets/Trash.png" alt="basura"></button>
<button class="btn__trash" type="button" onclick="cleanMensajeEncriptado()" id="btn__trash"><img class="trash__icon" src="assets/Trash.png" alt="basura"></button>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ main{
border-top: 2px solid var(--Black);
border-left: 4px solid var(--Black);
border-right: 4px solid var(--Black);
background: url(/assets/Muñeco.png) center no-repeat scroll, url(/assets/Estrellas.png) center no-repeat scroll;
background: url(assets/Muñeco.png) center no-repeat scroll, url(/assets/Estrellas.png) center no-repeat scroll;
background-color: var(--Green);
background-size: contain, cover;
}
Expand Down

0 comments on commit 6589fcd

Please sign in to comment.