Created
November 4, 2010 21:09
-
-
Save doctyper/663197 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 lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Flexie | Legacy support for the CSS3 Flexible Box Model</title> | |
<link rel="stylesheet" href="./box_components.css" type="text/css" /> | |
<link rel="stylesheet" href="./style.css" type="text/css" /> | |
</head> | |
<body> | |
<div class="hbox center alignCenter"> | |
<div class="vbox center alignCenter"> | |
<div class="foo">Foo</div> | |
<div class="bar">Bar</div> | |
</div> | |
</div> | |
<!-- YUI --> | |
<script src="http://yui.yahooapis.com/2.8.1/build/yahoo/yahoo-min.js"></script> | |
<script src="http://yui.yahooapis.com/2.8.1/build/selector/selector-min.js"></script> | |
<script src="./flexie.js" type="text/javascript"></script> | |
</body> | |
</html> |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment