JOIN NOW
Starts with a free audit. Ends with exceptional results. Level up at anytime.
Hassle Free
Cancel at anytime. Payment is on a month to month basis no lock in.
How it works?
We create. You approve.
/* Limit styling to the section with ID "netflix-faq" */
#netflix-faq {
background: #141414;
}
/* Accordion container */
#netflix-faq .sqs-block-accordion {
color: #ffffff;
width: 100%;
}
/* Each accordion item row */
#netflix-faq .accordion-item {
border-bottom: 1px solid rgba(255,255,255,0.2);
}
/* Question row (header) */
#netflix-faq .accordion-item__title {
background: #2b2b2b;
color: #ffffff;
padding: 1.5rem 1rem;
font-size: 1.3rem;
}
/* Hover effect like Netflix */
#netflix-faq .accordion-item__title:hover {
background: #3a3a3a;
}
/* Answer area */
#netflix-faq .accordion-item__content {
background: #2b2b2b;
color: #ffffff;
padding: 1.2rem 1rem 1.5rem;
line-height: 1.6;
}
/* Plus / minus icon colour + size */
#netflix-faq .accordion-item__toggle-icon {
color: #ffffff;
font-size: 2rem;
}
-
Description text goes here
-
Description text goes here
-
Description text goes here