Skip to content

Instantly share code, notes, and snippets.

@mattandrews
Created October 7, 2013 21:09
Show Gist options
  • Save mattandrews/6875001 to your computer and use it in GitHub Desktop.
Save mattandrews/6875001 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>fluid grid demo</title>
<link rel="stylesheet" type="text/css" href="fluid-grid.css" />
</head>
<body>
<div class="row-fluid">
<div class="span12">header</div>
</div>
<div class="row-fluid">
<div class="span4">sidebar</div>
<div class="span8">content</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment