Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Geovannisz authored Jun 18, 2024
1 parent 26f0d35 commit af3a41a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,25 @@
grid-template-columns: 1fr;
}
}
/* Estilos para o rodapé */
.footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #111;
color: #fff;
font-size: 0.9em;
border-top: 1px solid #444;
margin-top: 40px;
}
.footer a {
color: #8a2be2;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -333,6 +352,17 @@ <h2>Quais conhecimentos prévios devo ter para que consiga acompanhar o curso?</
</div>
</div>

<div class="footer">
<div class="contact">
<a href="mailto:geovanni@alumni.usp.br">Contato: geovanni@alumni.usp.br</a>
</div>
<div class="rights">
&copy; 2024 Dois Físicos e um Vetor.<br>Todos os direitos reservados.
</div>


</div>

<script>
function togglePricing() {
const toggle = document.querySelector('.toggle');
Expand Down

0 comments on commit af3a41a

Please sign in to comment.