Skip to content

Instantly share code, notes, and snippets.

@jacksonhenry3
Created May 14, 2013 21:33
Show Gist options
  • Save jacksonhenry3/5579759 to your computer and use it in GitHub Desktop.
Save jacksonhenry3/5579759 to your computer and use it in GitHub Desktop.
{
"libraries": [],
"mode": "css",
"layout": "fullscreen mode (vertical)",
"resolution": "reset"
}
#content:
{
height:5000px;
width:1000px;
background-color: red;
}
content = document.createElement("div");
content.setAttribute('id','content');
document.body.appendChild(content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment