Skip to content

Instantly share code, notes, and snippets.

@kierdavis
Created April 16, 2013 18:20
Show Gist options
  • Save kierdavis/5398245 to your computer and use it in GitHub Desktop.
Save kierdavis/5398245 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Test</title>
<style type="text/css">
#header {
background: red;
}
</style>
</head>
<body>
<div id="header">
<h1>Some content</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment