Last active
December 18, 2015 20:59
-
-
Save tylerpearson/5843706 to your computer and use it in GitHub Desktop.
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
<body> | |
<!-- your site's markup --> | |
<!-- start popup --> | |
<div id="CoverPop-cover" class="splash"> | |
<div class="CoverPop-content splash-center"> | |
<!-- the popup content (form, welcome message, etc.) --> | |
<a class="CoverPop-close" href="#">or skip signup</a> | |
</div><!--end .splash-center --> | |
</div><!--end .splash --> | |
<!-- end popup --> | |
<!-- js, etc. --> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment