Skip to content

Instantly share code, notes, and snippets.

@danbirken
Created December 7, 2012 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbirken/4230465 to your computer and use it in GitHub Desktop.
Save danbirken/4230465 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Example page</title>
</head>
<body>
<div class="main"><div style="float:left;" class="left"><h1>This is a contrived example</h1>
</div>
<div style="float:left;" class="right">
<h2>Toolbar</h2><ul><li><a href="/option-1">Option 1</a></li><li><a href="/option-2">Option 2</a></li></ul>
</div>
</div><div style="clear:both;"></div>
<p>Copyright Dan Birken</p>
</body>
</html>
<html>
<head>
<title>Example page</title>
</head>
<body>
<div class="main">
<div style="float:left;" class="left">
<h1>This is a contrived example</h1>
</div>
<div style="float:left;" class="right">
<h2>Toolbar</h2>
<ul>
<li><a href="/option-1">Option 1</a></li>
<li><a href="/option-2">Option 2</a></li>
</ul>
</div>
</div>
<div style="clear:both;"></div>
<p>Copyright Dan Birken</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment