Skip to content

Commit

Permalink
Atualizar o style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaviana12 authored Nov 13, 2024
1 parent 6d6c6fe commit 13aa0c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ button[type="reset"]:hover { /* Aplica estilo ao botão de reset quando o mous
background-color: #999; /* Muda a cor do fundo para um tom mais escuro de cinza */
}

/* Estilo da frase "Volume do aquário:" */
p { /* Seleciona o elemento <p> */
font-size: 1.1rem; /* Define o tamanho da fonte como 1.1rem */
font-weight: bold; /* Torna o texto em negrito */
color: #4a90e2; /* Define a cor do texto como azul */
margin-top: 1.5rem; /* Define a margem superior do <p> */
text-align: center; /* Alinha o texto dentro do <p> ao centro */
}

/* Ajuste para o input de resultado */
#resultado { /* Seleciona o elemento com id "resultado" */
width: 80%; /* Define a largura como 80% do contêiner */
Expand Down

0 comments on commit 13aa0c6

Please # to comment.