ceramic page test
This commit is contained in:
+6
-44
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user