Created
February 27, 2014 18:12
-
-
Save ericf/9255584 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
<!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