Created
November 4, 2010 21:54
-
-
Save kirkegaard/663277 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html > head > title{Hello} + link[href=960.css] < body > header.container_12 + #main.container_12 > .grid_4 + .grid_8 < footer.container_12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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