centered faq

This commit is contained in:
2025-10-06 22:56:34 -04:00
parent 658728ab21
commit d74a2bf1cb
2 changed files with 21 additions and 1 deletions
+17 -1
View File
@@ -114,15 +114,31 @@
<section id="FAQ">
<h1 style="margin-bottom: 2rem">FAQ</h1>
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<span>HEADER</span>
<span class="dropdown-arrow"></span>
</div>
<div class="dropdown-content">
<div class="dropdown-body">BODY TEXT BIIIITCH!!!! 😝</div>
<div class="dropdown-body">
this is where we answer the question in the header
</div>
</div>
</div>
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<span>HEADER</span>
<span class="dropdown-arrow"></span>
</div>
<div class="dropdown-content">
<div class="dropdown-body">
this is where we answer the question in the header
</div>
</div>
</div>
</section>
</main>