Skip to content

Instantly share code, notes, and snippets.

@yurfuwa-chan
Created May 15, 2013 17:37
Show Gist options
  • Save yurfuwa-chan/5585782 to your computer and use it in GitHub Desktop.
Save yurfuwa-chan/5585782 to your computer and use it in GitHub Desktop.
ssss
<html>
<body>
<h2> The Liquid Layout</h2>
<div style="">
<div style="background:red; height:40px; width: 50%;float: left;">
</div>
<div style="background:black; height:40px; width: 50%;float: right;">
</div>
</div>
<h2>The Fixed Layout</h2>
<div style="max-width:400px;min-width:200px;">
<div style="background:blue; height:40px; width: 200px;float: left;">
</div>
<div style="background:red; height:40px; width: 200px;float: right;">
</div>
</div>
<
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment