A photograph of a person typing at a laptop

Dropdowns

Dropdowns act as a way of tucking away information that users may not need immediately. They're great for FAQs and text-heavy pages.

content

What do they look like?

How do I use them?

With ease! Just copy and paste the code below into the Source view of your page. Each code will give you one dropdown. Just paste in as many as you need and edit the content.

<div class="dropdown">
     <div class="dropdown-title">This is a dropdown title, click me!</div>

     <div class="dropdown-content">
          <p>This is the hidden content that will be revealed when the title is clicked.</p>
     </div>
</div>
 

Related articles

Image galleries

Make lots of photos look good instead of cluttered.

Sun 09 Apr 2023

Buttons

Buttons make your links stand out. Use them in combination with different arrows to make your call to action prominent.

Sun 09 Apr 2023

Quotes

For chunky testimonials that make an impact.

Sun 09 Apr 2023