Denominar uma linha acima de "" com o id "conheca"; Colocar o link "#conheca" no card "Dominando as modalidades" - Follow Up Deployment
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -81,9 +81,9 @@
|
|
| 81 |
<main class="container mx-auto px-4 py-12">
|
| 82 |
<!-- Services Section -->
|
| 83 |
<div id="servicos" class="max-w-6xl mx-auto mb-16">
|
| 84 |
-
<h2 class="profmarcelovicente-text text-3xl mb-8 text-center">O que você precisa saber?</h2>
|
| 85 |
<div class="grid md:grid-cols-3 gap-8" id="servicos">
|
| 86 |
-
<a href="
|
| 87 |
<div class="text-4xl mb-4 mx-auto" style="color: #00CC88">
|
| 88 |
<i class="fa-solid fa-handshake"></i>
|
| 89 |
</div>
|
|
|
|
| 81 |
<main class="container mx-auto px-4 py-12">
|
| 82 |
<!-- Services Section -->
|
| 83 |
<div id="servicos" class="max-w-6xl mx-auto mb-16">
|
| 84 |
+
<h2 id="conheca" class="profmarcelovicente-text text-3xl mb-8 text-center">O que você precisa saber?</h2>
|
| 85 |
<div class="grid md:grid-cols-3 gap-8" id="servicos">
|
| 86 |
+
<a href="#conheca" class="bg-white rounded-lg shadow-lg p-6 text-center hover:shadow-xl transition">
|
| 87 |
<div class="text-4xl mb-4 mx-auto" style="color: #00CC88">
|
| 88 |
<i class="fa-solid fa-handshake"></i>
|
| 89 |
</div>
|