ceramic page test

This commit is contained in:
2025-10-28 17:11:19 -04:00
parent 4608e3c580
commit d9247f6f84
5 changed files with 70 additions and 49 deletions
+6 -44
View File
@@ -120,7 +120,7 @@
<nav>
<a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="ceramic_coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="reviews.html">Reviews</a>
<a class="navLink" role="navigation" href="contact.html">About</a>
</nav>
@@ -146,54 +146,16 @@
<section id="FAQ">
<h1 style="margin-bottom: 2rem">FAQ</h1>
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<div class="faq-item">
<div class="faq-question">
<h2>Question 1</h2>
<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 class="faq-answer">
this is where we answer the question in the header
</div>
</div>
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<h2>Question 2</h2>
<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>
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<h2>Question 3</h2>
<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>
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<h2>Question 4</h2>
<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>
</section>
</main>
<footer>