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 dd125c9 commit 2a7c6af
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 @@ -23,9 +23,10 @@

.login-box {
padding: 20px;
border: 2px solid #ccc; /* Ajustei a largura da borda para 2px */
border: 2px solid #007bff; /* Alterei a cor da borda para azul */
border-radius: 10px; /* Ajustei o raio da borda para 10px */
background-color: #f9f9f9;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Adicionei uma sombra */
}

.login-box h2 {
Expand Down

0 comments on commit 2a7c6af

Please sign in to comment.