Skip to content

Instantly share code, notes, and snippets.

@davidhemphill
Created August 25, 2009 02:30
Show Gist options
  • Save davidhemphill/174405 to your computer and use it in GitHub Desktop.
Save davidhemphill/174405 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css" media="screen">
h2 {
float: left;
}
p {
float: left;
}
</style>
</head>
<body>
<h2>Post title goes here.</h2><p class="date">Date goes here</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment