Skip to content

Instantly share code, notes, and snippets.

@zackseuberling
Created February 11, 2013 02:37
Show Gist options
  • Save zackseuberling/4752085 to your computer and use it in GitHub Desktop.
Save zackseuberling/4752085 to your computer and use it in GitHub Desktop.
Lab 3, columns and positioning
<!doctype html>
<html>
<head>
<title>Core Interaction</title>
<link rel="stylesheet" href="assets/css/global.css">
</head>
<body>
<div id="container">
<div id="left-column"></div>
<div id="right-column"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment