Skip to content

Instantly share code, notes, and snippets.

@mamod
Last active December 23, 2015 05:49
Show Gist options
  • Save mamod/6589876 to your computer and use it in GitHub Desktop.
Save mamod/6589876 to your computer and use it in GitHub Desktop.
<!-- triggering element -->
<button class="viewModal">Click Me</button>
<!-- modal element -->
<div id="modal" style="display:none;width:50%;...">
Your Modal Content with your own styles
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment