Skip to content

Instantly share code, notes, and snippets.

@jleyba
Created April 27, 2015 20:18
Show Gist options
  • Save jleyba/3c9fe7fa36fc48573196 to your computer and use it in GitHub Desktop.
Save jleyba/3c9fe7fa36fc48573196 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<style>
html { background: silver; }
body { background: blue; }
div { background: red; }
</style>
<body>
<div style="width=100px;">Hello!</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment