Skip to content

Instantly share code, notes, and snippets.

@shuuki
Created January 13, 2015 21:21
Show Gist options
  • Save shuuki/69582b43af6d2c5333a3 to your computer and use it in GitHub Desktop.
Save shuuki/69582b43af6d2c5333a3 to your computer and use it in GitHub Desktop.
COZ PUNK SANDBOX
<!-- awaiting punk -->
<h1> awaiting punk...</h1>
// parent || document.body // Client's Page
// | div.{namespace} // Only creates one namespace div per parent
// || div.{shim} // Only creates one per namespace
// || iframe.{frame} // Creates an iframe for each new modal
// ||| body.{modalBody} // Causely guts
// demo page styles
body {
background: url(http://lorempixel.com/g/640/640/city/4/) no-repeat fixed;
background-size: cover;
font-family: monospace;
}
// import causely page
// import causely modal
// This concludes our styling.
// Thank you for using Causely.
// Have a nice day.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment