Skip to content

Instantly share code, notes, and snippets.

@rdhyee
Created November 16, 2012 03:59
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/4083919 to your computer and use it in GitHub Desktop.
Save rdhyee/4083919 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 world!</h1>
<h2>I'm a subtitle. Try changing me!</h2>
<h3>Make these squares bigger! (hint - see the "css" tab)</h3>
<p>This is a paragraph.</p>
<p>How to "neutralize" CSS? Maybe wrong perspective: aim to override.</p>
<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