Create a gist now

Instantly share code, notes, and snippets.

{
"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