Skip to content

Commit a5e0038

Browse files
committed
updated faq styling
all start collapsed and added a bottom border
1 parent e5ff868 commit a5e0038

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 class="lg:text-5xl text-3xl font-semibold">Frequently Asked Questions</h2>
150150

151151
<!-- Customized accordion menu (flowbite) -->
152152

153-
<div id="accordion-collapse" data-accordion="collapse" class="mt-10 bg-white">
153+
<div id="accordion-collapse" data-accordion="collapse" class="mt-10 bg-white ">
154154

155155
<!-- Question 1 -->
156156
<h2 id="accordion-collapse-heading-1">
@@ -202,7 +202,7 @@ <h2 id="accordion-collapse-heading-2">
202202
<h2 id="accordion-collapse-heading-3">
203203
<button type="button"
204204
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
205-
data-accordion-target="#accordion-collapse-body-3" aria-expanded="true"
205+
data-accordion-target="#accordion-collapse-body-3" aria-expanded="false"
206206
aria-controls="accordion-collapse-body-3">
207207
<span>What prior knowlage do I need to have before joining?</span>
208208
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
@@ -222,7 +222,7 @@ <h2 id="accordion-collapse-heading-3">
222222

223223
<h2 id="accordion-collapse-heading-4">
224224
<button type="button"
225-
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
225+
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-1 rounded-b-xlborder-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
226226
data-accordion-target="#accordion-collapse-body-4" aria-expanded="false"
227227
aria-controls="accordion-collapse-body-4">
228228
<span>How can I or my company sponsor a cohort?</span>
@@ -234,7 +234,7 @@ <h2 id="accordion-collapse-heading-4">
234234
</button>
235235
</h2>
236236
<div id="accordion-collapse-body-4" class="hidden" aria-labelledby="accordion-collapse-heading-2">
237-
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700">
237+
<div class="p-5 border border-b-1 border-gray-200 dark:border-gray-700">
238238
<p class="mb-2 text-gray-500 dark:text-gray-400"> Reach out to us at <a href="mailto:hello@codebar.io?subject=Sponsorship" class="underline" >hello@codebar.io</a> for details </p>
239239
</div>
240240
</div>

0 commit comments

Comments
 (0)