Skip to content

Instantly share code, notes, and snippets.

Created December 26, 2012 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4382498 to your computer and use it in GitHub Desktop.
Save anonymous/4382498 to your computer and use it in GitHub Desktop.
A CodePen by Austin Davis. Why CLX
<body>
<div id="header">
<div id="mast"><img src =http://i1256.photobucket.com/albums/ii488/terafanb/guildwars2/26.png height="126" width="774="></div>
<div id="below-mast">
<!-- Why CLX -->
<div id="left" class="column"><img src="http://i157.photobucket.com/albums/t60/Dragon_Aleph/fantasy_warrior_23022-800x600.jpg" height="297" width="226" border="0" alt="Crusader Army"></div>
<div id="center" class="column"><img src="http://i157.photobucket.com/albums/t60/Dragon_Aleph/fantasy_warrior_23022-800x600.jpg" height="297" width="400" border="0" alt="Crusader Army"></div>
<div id="right" class="column"><img src="http://i157.photobucket.com/albums/t60/Dragon_Aleph/fantasy_warrior_23022-800x600.jpg" height="297" width="139" border="0" alt="Crusader Army"></div>
<div><!--end of below mast -->
</div><!--end of header -->
<div id="content">
<!--<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>end of header -->
<div id="footer"></div>
* {
box-sizing:border-box;
}
#body { width:774px;}
#below-mast { width:774px; }
#left { height:297px; width:29%; margin:4px;}
#center{ height:297px; width:51%; margin:4px;}
#right { height:297px; width:17%; margin:4px;}
#left{margin-left:0px;}
#left, #center, #right { float:left;}
#content{margin:0px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment