Skip to content

Instantly share code, notes, and snippets.

@AlexanderLindsay
Created April 24, 2016 00:26
Show Gist options
  • Save AlexanderLindsay/9dc6cea58e4f2c710da58813d3305760 to your computer and use it in GitHub Desktop.
Save AlexanderLindsay/9dc6cea58e4f2c710da58813d3305760 to your computer and use it in GitHub Desktop.
basic bootstrap modal definition
<div id="modal-container" class="modal fade hidden-print" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment