Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sibellyvih authored Mar 17, 2024
1 parent 1f0d3a5 commit 177f636
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ body {
background: white;
}

.container {
height: 200vh; /* Garante que há espaço para rolar */
}

.content-efeito {
opacity: 0; /* Inicialmente, o conteúdo está invisível */
transition: opacity 1s ease; /* Adiciona uma transição suave */
}

header {
color: black;
background: white;
Expand Down Expand Up @@ -182,17 +173,17 @@ body {
color: white;
background: rgb(238, 174, 202);
background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}
}

.content {
display: flex;
align-items: center; /* Alinhar verticalmente */
gap: 20px; /* Espaçamento entre texto e imagem */
}

.depoimento_img {
max-width: 500px;
max-height: 450px;
.depoimentos_img {
max-width: 400px;
max-height: 350px;
margin: auto;
display: block;
}
Expand Down

0 comments on commit 177f636

Please sign in to comment.