Skip to content

Instantly share code, notes, and snippets.

@ericf
Created February 27, 2014 18:12
Show Gist options
  • Save ericf/9255584 to your computer and use it in GitHub Desktop.
Save ericf/9255584 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
</head>
<body>
<div class="pure-g">
<div class="pure-u-1-4">Item A</div>
<div class="pure-u-1-4">Item B</div>
<div class="pure-u-1-4">Item C</div>
<div class="pure-u-1-4">Item D</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment