Skip to content

Instantly share code, notes, and snippets.

@dwtkns
Forked from dwtkns/README.md
Last active December 11, 2015 13:38
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/4608246 to your computer and use it in GitHub Desktop.
Save dwtkns/4608246 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!
<h1>h1</h1>
<h2>header 2</h2>
<ol>
<li>Item 1
<li>Item 2
<li>Item 3
</ol>
<a href="http://www.google.com/">link </a>
<span class="things" id="thing1">asdf</span>
<div class="things">asdf</div>
</body>
</html>
<!--<div id='red'></div>-->
<!--<div id='blue'></div>-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment