Skip to content

Instantly share code, notes, and snippets.

@rdhyee
Forked from anonymous/options.json
Created November 10, 2012 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdhyee/4049295 to your computer and use it in GitHub Desktop.
Save rdhyee/4049295 to your computer and use it in GitHub Desktop.
{
"libraries": [],
"mode": "html",
"layout": "sketchpad mode"
}
#red {
width: 100px;
height: 100px;
background: #FF0000;
}
#blue {
width: 100px;
height: 100px;
background: #0000FF;
}
<h1>Hello! Try changing this title. (hint - see the "html" tab)</h1>
<h2>I'm a subtitle. Try changing me!</h2>
<h3>Make these squares bigger! (hint - see the "css" tab)</h3>
<div id='red'>
</div>
<p> hello</p>
<div id='blue'>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment