.testcontainer {¬ max-width: 384px;¬ /* top, right, bot, left */¬ padding: 0px 15px 0px 15px;¬ margin-left: auto;¬ margin-right: auto;¬ background-color: green;¬ height: 5px;¬ }¬ .tleftblock {¬ width: 100px;¬ max-width: 100px;¬ display: block;¬ background-color: red;¬ float:left;¬ }¬ ¬ .tcentreblock {¬ width: 150px;¬ max-width: 184px;¬ display: block;¬ background-color: yellow;¬ float: left;¬ }¬ ¬ .trightblock {¬ width: 100px;¬ max-width: 100px;¬ display: block;¬ background-color: blue;¬ float: left;¬ }¬
Created
April 1, 2013 15:25
-
-
Save booyaa/5285559 to your computer and use it in GitHub Desktop.
3 div layout - wip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment