Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelhOliveira authored Feb 23, 2024
1 parent 7b51a9d commit dc8ee65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
padding: 15px; /* Diminui um pouco o preenchimento do formulário */
border: 2px solid #007bff; /* Alterei a cor da borda para azul */
border-radius: 10px; /* Ajustei o raio da borda para 10px */
background-color: #f9f9f9;
background-color: rgba(255, 255, 255, 0.8); /* Cor de fundo transparente */
backdrop-filter: blur(5px); /* Efeito de desfoque */
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Adicionei uma sombra */
}

Expand Down

0 comments on commit dc8ee65

Please sign in to comment.