Created
July 4, 2012 16:23
-
-
Save yusugomori/3048137 to your computer and use it in GitHub Desktop.
ModalContainer
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 class="modal-container" id="modal_for_demo"> | |
<div class="modal wide"> | |
<div class="header"> | |
<a href="#" class="close">×</a> | |
</div> | |
<div class="contents"> | |
Contents in Modal | |
</div> | |
</div> | |
<div class="overlay"></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment