mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
Major Update Fix:
- fully supported dynamic links now :) - Fix css names
This commit is contained in:
parent
f9720bc343
commit
eda2a80c47
@ -14,7 +14,7 @@
|
|||||||
.accordion .question {
|
.accordion .question {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
fonsize: 30px;
|
font-size: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right:5px;
|
right:5px;
|
||||||
fonsize: 30px;
|
font-size: 30px;
|
||||||
transform: translateY50%);
|
transform: translateY50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,8 +32,8 @@
|
|||||||
.accordion .answer {
|
.accordion .answer {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 0;
|
height: 0;
|
||||||
fonsize: 20px;
|
font-size: 20px;
|
||||||
texalign: justify;
|
text-align: justify;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -42,7 +42,7 @@
|
|||||||
/* Adds a horizontal line between the contents */
|
/* Adds a horizontal line between the contents */
|
||||||
.accordion hr {
|
.accordion hr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margileft: 0;
|
margin-left: 0;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -54,7 +54,7 @@
|
|||||||
/* Changes from plus sign to negative sign once active */
|
/* Changes from plus sign to negative sign once active */
|
||||||
.accordion .container.active .question::before {
|
.accordion .container.active .question::before {
|
||||||
content: '';
|
content: '';
|
||||||
fonsize: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<h1 class="fs-6 fw-500" align="center">Frequently Asked Questions <br> Welcome to our FAQ!</h1>
|
<h1 class="fs-6 fw-500" align="center">Frequently Asked Questions <br> Welcome to our FAQ!</h1>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user