Skip to content

Instantly share code, notes, and snippets.

@cdils
Last active December 10, 2015 02:48
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 cdils/4370162 to your computer and use it in GitHub Desktop.
Save cdils/4370162 to your computer and use it in GitHub Desktop.
/* Home Middle */
.home-middle {
margin: 0 auto;
overflow: hidden;
padding: 0 0 5px;
width: 910px;
}
/* add this next stuff in*/
.home-middle-1 {
float: left;
margin: 0 10px 0 0;
width: 220px;
}
.home-middle-2 {
float: left;
margin: 0 10px 0 0;
width: 220px;
}
.home-middle-3 {
float: left;
margin: 0 10px 0 0;
width: 220px;
}
.home-middle-4 {
float: right;
width: 220px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment