Created
April 24, 2016 00:26
-
-
Save AlexanderLindsay/9dc6cea58e4f2c710da58813d3305760 to your computer and use it in GitHub Desktop.
basic bootstrap modal definition
This file contains 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
<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