Create a gist now

Instantly share code, notes, and snippets.

{
"libraries": [],
"mode": "html",
"layout": "sketchpad mode",
"resolution": "reset"
}
#red {
width: 200px;
height: 200px;
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>
<div id='blue'>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment