Skip to content

Instantly share code, notes, and snippets.

@slant
Created December 15, 2008 17:28
Show Gist options
  • Save slant/36014 to your computer and use it in GitHub Desktop.
Save slant/36014 to your computer and use it in GitHub Desktop.
<!-- Breaks Firebug -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title></title>
<style type="text/css">
body {
margin: 0;
padding: 0;
font-size: 10px;
}
div {
margin: 10px;
border: 1px solid #000000;
}
h3 {
padding: 0px 8px;
}
</style>
</head>
<body>
<div>
<h3>Content</h3>
<div></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment