Skip to content

Instantly share code, notes, and snippets.

@msweeney
Created July 27, 2010 22:10
Show Gist options
  • Save msweeney/492969 to your computer and use it in GitHub Desktop.
Save msweeney/492969 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="http://yui.yahooapis.com/3.2.0pr1/build/cssgrids/grids-min.css">
<style>
body {
width: 750px;
margin: auto;
}
.custom-u-1 {
width: 225px;
}
.custom-u-2 {
width: 525px;
}
</style>
<body>
<div class="yui3-g">
<div class="yui3-u custom-u-1"></div>
<div class="yui3-u custom-u-2"></div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment