Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Last active October 17, 2021 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acoyfellow/51114d0d3b719d48311c9aeec8391366 to your computer and use it in GitHub Desktop.
Save acoyfellow/51114d0d3b719d48311c9aeec8391366 to your computer and use it in GitHub Desktop.
Details + Tachyons example https://test.phonesites.com/dropdown-test
<details class="pv1 ph2 ph4-ns mw6 center cf tc">
<summary class="bg-blue link relative button-reset pv3 white db tc ba b--transparent bg-animate pointer w-100 br2 fw8">
Details
</summary>
<ul class="list pl0 ml0 center mw6 ba b--light-silver br3">
<li class="ph3 pv2 bb b--light-silver">
<a href="#">Top Option</a>
</li>
<li class="ph3 pv2 bb b--light-silver">
<a href="#">Middle Option(s)</a>
</li>
<li class="ph3 pv2">
<a href="#">Bottom Option</a>
</li>
</ul>
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment