.dropdown {
margin-bottom: 3vw; /*spacing between boxes */
}
.dropdown h4{
font-size: 1.2rem; /* level 1 question font size */
border-bottom: 1px solid #ddd; /* line under question */
padding:10px 0;
margin: auto 0px;
cursor: pointer;
}
.dropdown .level-2 h4{
font-size: 1rem; /* level 2 question font size */
}
.answer {
display: none;
margin-top: 1vw; /*space between question and answer */
padding-left:1vw; /*space between line and answer */
}
.dropdown h4:after{
content: attr(dropdown-arrow);
text-align:right;
float: right;
}
This is the question
This is paragraph one of the answer.
This is a question within a question.
This is paragraph one of the answer.
This is paragraph two of the answer.
-
Description text goes here
-
Description text goes here
-
Description text goes here
-
Item description