Skip to content

Instantly share code, notes, and snippets.

@dwtkns
Last active December 11, 2015 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dwtkns/4608060 to your computer and use it in GitHub Desktop.
Save dwtkns/4608060 to your computer and use it in GitHub Desktop.
{
"libraries": [],
"mode": "html",
"layout": "fullscreen mode (vertical)",
"resolution": "reset"
}
#red {
width: 100px;
height: 100px;
background: #FF0000;
}
#blue {
position:absolute;
top:472px;
left:80px;
width: 133px;
height: 100px;
background: #0000FF;
}
<html>
<head>
<title>This shows up in the window title.</title>
</head>
<body>
<p>Here is some text!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment