Created
October 24, 2013 14:13
-
-
Save drdavidpier/7138042 to your computer and use it in GitHub Desktop.
Bootstrap collapse with button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button type="button" class="btn btn-success" data-toggle="collapse" data-target="#"> | |
Answer | |
</button> | |
<div id="demo" class="collapse"> | |
<h3> | |
</h3> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment