Skip to content

Instantly share code, notes, and snippets.

@dancrowley303
Created August 10, 2010 06:21
Show Gist options
  • Save dancrowley303/516790 to your computer and use it in GitHub Desktop.
Save dancrowley303/516790 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" type="text/css" href="css_floats_content_and_nav.css" />
</head>
<body>
<div id="container">
<div id="content">
float1<br>float1<br>float1<br>
float1<br>float1<br>float1<br>
</div>
<div id="navigation">
<a href="nav1">nav1</a><br>
<a href="nav1">nav1</a><br>
<a href="nav1">nav1</a><br>
<a href="nav1">nav1</a><br>
<a href="nav1">nav1</a><br>
<a href="nav1">nav1</a><br>
</div>
<div id="footer">
footer
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment