Skip to content

Instantly share code, notes, and snippets.

@haicu
Created November 13, 2016 12:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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