Skip to content

Instantly share code, notes, and snippets.

@haicu
Created November 13, 2016 12:00
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 haicu/f8f3a9daab8966eb6a0c80e17dc4e789 to your computer and use it in GitHub Desktop.
Save haicu/f8f3a9daab8966eb6a0c80e17dc4e789 to your computer and use it in GitHub Desktop.
TTB stylesheet background
body {
background-color:#999;
}
.site {
background:#eeeeee;
max-width:1200px;
margin:0 auto;
}
.site-header {
background-color: #bbbbbb;
}
.content-area {
background-color:#dddddd;
}
.widget-area {
background-color: #cccccc;
}
.site-footer {
background-color: #aaaaaa;
}
.content-area {
float: left;
margin: 0 -25% 0 0;
width: 100%;
}
.site-main {
margin: 0 25% 0 0;
}
.site-content .widget-area {
float: right;
overflow: hidden;
width: 25%;
}
.site-footer {
clear: both;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment