Major Update Fix:

- fully supported dynamic links now :)
- Fix css names
This commit is contained in:
ZanzyTHEbar 2022-06-06 00:32:41 +02:00
parent f9720bc343
commit eda2a80c47

View File

@ -14,7 +14,7 @@
.accordion .question {
position: relative;
padding: 5px 0;
fonsize: 30px;
font-size: 30px;
cursor: pointer;
}
@ -24,7 +24,7 @@
position: absolute;
top: 50%;
right:5px;
fonsize: 30px;
font-size: 30px;
transform: translateY50%);
}
@ -32,8 +32,8 @@
.accordion .answer {
position: relative;
height: 0;
fonsize: 20px;
texalign: justify;
font-size: 20px;
text-align: justify;
width: 100%;
transition: 0.5s;
overflow: hidden;
@ -42,7 +42,7 @@
/* Adds a horizontal line between the contents */
.accordion hr {
width: 100%;
margileft: 0;
margin-left: 0;
border: 1px solid grey;
}
@ -54,7 +54,7 @@
/* Changes from plus sign to negative sign once active */
.accordion .container.active .question::before {
content: '';
fonsize: 30px;
font-size: 30px;
}
</style>
<h1 class="fs-6 fw-500" align="center">Frequently Asked Questions <br> Welcome to our FAQ!</h1>