Skip to content

Instantly share code, notes, and snippets.

@wbxpress
Created June 4, 2016 09:51
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 wbxpress/ff38397b0d074a356a5563db85f0cb14 to your computer and use it in GitHub Desktop.
Save wbxpress/ff38397b0d074a356a5563db85f0cb14 to your computer and use it in GitHub Desktop.
/*
Home Widgets
---------------------------------------------------------------------------------------------------- */
.home-top-1 {
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
}
.home-top-1 .widget {
margin: 2% 0 2% 3%;
}
.home-top-2{
border-bottom: 1px solid #e5e5e5;
background-color: #f5f5f5;
}
.home-top-2 .widget {
margin: 2% 0 2% 3%;
}
.home-middle {
background-color: #fff;
clear: both;
text-align: center;
}
.home-bottom-1 {
border-top: 1px solid #e5e5e5;
background-color: #f5f5f5;
}
.home-bottom-1 .widget {
margin: 2% 0 2% 3%;
}
.home-bottom-2 {
border-top: 1px solid #e5e5e5;
background-color: #fff;
}
.home-bottom-2 .widget {
margin: 2% 0 2% 3%;
}
.home-bottom-3 {
border-top: 1px solid #e5e5e5;
background-color: #f5f5f5;
}
.home-bottom-3 .widget {
margin: 2% 0 2% 3%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment