Created
September 11, 2011 21:20
-
-
Save pikhovkin/1210146 to your computer and use it in GitHub Desktop.
middle rubber column
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
#container{width:100%;height:20px;} | |
#left{width:300px;float:left;} | |
#main{margin:0 200px 0 300px;text-align:right;padding-right:20px;} | |
#right2{width:200px;float:right;} | |
<div id="container"> | |
<div id="left">Col1</div> | |
<div id="right2">Col3</div> | |
<div id="main">Rubber col2</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment