Skip to content

Commit

Permalink
todo: Refatoração do código e melhorias
Browse files Browse the repository at this point in the history
  • Loading branch information
zlucasftw committed Aug 26, 2024
1 parent 3c0685a commit 9e15b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ textarea {
font-size: 2rem;
font-size: 24px;
margin: 2rem 2rem 2rem 2rem;
word-wrap: break-word;
}

.criptografado__botao {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<section class="criptografado__secao">
<!-- <textarea class="criptografado__texto" cols="20" rows="10"></textarea> -->
<span class="criptografado__resultado" hidden ></span>
<p class="criptografado__resultado" hidden></p>
<img class="criptografado__imagem" src="./assets/imagem_criptografado.png" alt="">

<div class="criptografado__mensagem">
Expand Down

0 comments on commit 9e15b42

Please sign in to comment.