Skip to content

Instantly share code, notes, and snippets.

@booyaa
Created April 1, 2013 15:25
Show Gist options
  • Select an option

  • Save booyaa/5285559 to your computer and use it in GitHub Desktop.

Select an option

Save booyaa/5285559 to your computer and use it in GitHub Desktop.
3 div layout - wip

.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;¬ }¬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment