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 cc1dd7f commit dca8b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +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: rgba(255, 255, 255, 0.7); /* Cor de fundo transparente */
backdrop-filter: blur(10px); /* Efeito de desfoque aumentado */
background-color: rgba(255, 255, 255, 0.5); /* Cor de fundo transparente */
backdrop-filter: blur(10px); /* Efeito de desfoque */
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Adicionei uma sombra */
}

Expand Down

0 comments on commit dca8b8b

Please sign in to comment.