Skip to content

Commit

Permalink
Update Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Geovannisz committed May 31, 2024
1 parent 856fcda commit 9fa169b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ body {
text-shadow: 2px 2px 4px #000000; /* Contorno preto */
}

.hero h1, .hero h2, .hero p {
text-shadow: 2px 2px 4px #000000;
}

.plan-carousel {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -45,7 +49,7 @@ body {
}

.plan .price {
font-size: 1.5em; /* Aumenta o tamanho da fonte */
font-size: 6em; /* Aumenta o tamanho da fonte */
font-family: 'Arial Black', Gadget, sans-serif; /* Fonte mais grossa */
}

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,12 @@ <h2>Sobre o Professor</h2>
</div>
</section>

<section id="inscricao">
<section id="inscricao" class="center-content">
<h2>Inscreva-se Agora</h2>
<p>Garanta sua vaga no nosso curso de física.</p>
<a href="https://chat.whatsapp.com/EgKB4qFArzFDzNVPCxFUod" role="button">Junte-se ao Grupo do WhatsApp</a>
</section>

</main>

<footer>
Expand Down

0 comments on commit 9fa169b

Please sign in to comment.