Skip to content

Instantly share code, notes, and snippets.

@doctyper
Created November 4, 2010 21:09
Show Gist options
  • Save doctyper/663197 to your computer and use it in GitHub Desktop.
Save doctyper/663197 to your computer and use it in GitHub Desktop.
<!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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment