Skip to content

Instantly share code, notes, and snippets.

@iwadon
Created April 27, 2011 06:33
Show Gist options
  • Select an option

  • Save iwadon/943805 to your computer and use it in GitHub Desktop.

Select an option

Save iwadon/943805 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
border: #000 1px solid;
box-shadow: 0px 0px 5px 5px #000;
}
</style>
</head>
<body>
<header>
<div>header</div>
</header>
<section>
<p>Hello, world.</p>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment