Skip to content

Instantly share code, notes, and snippets.

Created May 2, 2009 19:34
Show Gist options
  • Save anonymous/105681 to your computer and use it in GitHub Desktop.
Save anonymous/105681 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Test2</title>
<link rel="stylesheet" type="text/css" media="all" href="code/css/uncompressed/reset.css" />
<link rel="stylesheet" type="text/css" media="all" href="code/css/uncompressed/960.css" />
</head>
<body>
<div style="background-image:url(Test/images/body_bg.png);
background-repeat:repeat-x;
background-attachment:fixed;
">
</div>
<div class="container_12">
<div class="grid_8" id="content">
<div id="featured">Grid 8
</div>
<div id="featured-nav">Bottom of grid 8</div>
<div class="clear"></div>
<div class="grid_8" id="content">
<div class="grid_4 alpha">Box1</div>
<div class="grid_4 omega">
Box2</div>
<div class="grid_4 alpha">Box3</div>
<div class="grid_4 omega">Box4</div>
</div>
</div>
<div class="grid_4" id="content">
<div id="featured">
Side Grid 4
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment