Skip to content

Instantly share code, notes, and snippets.

@paulusm
Created February 25, 2014 21:54
Show Gist options
  • Save paulusm/9218696 to your computer and use it in GitHub Desktop.
Save paulusm/9218696 to your computer and use it in GitHub Desktop.
body{
font-family:helvetica;
}
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="960 Grid" />
<meta charset="utf-8">
<title>JS Bin</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/960gs/0/960.css" />
</head>
<body>
<div class="container_12">
<h1>A demo of the 960 Grid</h1>
<section class="grid_3">
Here is some text
</section>
<section class="grid_9">
Here is some text
</section>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment