Skip to content

Commit

Permalink
Update prepare-se.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sibellyvih authored Sep 17, 2023
1 parent 3c87418 commit 5471490
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion prepare-se.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
color: white;
color: black;
background: rgb(238, 174, 202);
background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}
Expand Down Expand Up @@ -76,3 +76,19 @@ h1 {
padding: 20px;
}

.rodape {
padding: 100px 0;
text-align: center;
background: rgb(50, 48, 96);
color: white;
}

.rodape img {
max-height: 40px; /* Ajuste a altura da imagem */
}

.rodape .redes-sociais {
display: flex;
justify-content: center; /* Centralizar horizontalmente */
margin: 0 20px;
}

0 comments on commit 5471490

Please sign in to comment.