Skip to content

Commit

Permalink
Update contato.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelhOliveira authored Mar 27, 2024
1 parent 652d38c commit 8ff1f0f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions contato.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,3 @@ textarea::-webkit-scrollbar-thumb {
.container form #button:hover {
opacity: 0.7;
}
#thankYouMessage {
display: none; /* Inicialmente oculto */
color: green; /* Cor do texto */
font-size: 18px; /* Tamanho da fonte */
margin-top: 10px; /* Espaçamento superior */
animation: fadeIn 1s ease-in-out; /* Animação de fadeIn */
}

/* Animação de fadeIn */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

0 comments on commit 8ff1f0f

Please sign in to comment.