Skip to content

Instantly share code, notes, and snippets.

@kirkegaard
Created November 4, 2010 21:54
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kirkegaard/663277 to your computer and use it in GitHub Desktop.
html > head > title{Hello} + link[href=960.css] < body > header.container_12 + #main.container_12 > .grid_4 + .grid_8 < footer.container_12
<html>
<head>
<title>Hello</title>
<link href="960.css" rel="stylesheet" />
</head>
<body>
<header class="container_12"></header>
<div class="container_12" id="main">
<div class="grid_4"></div>
<div class="grid_8"></div>
</div>
<footer class="container_12"></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment