Skip to content

Instantly share code, notes, and snippets.

@rwmajux
Created September 1, 2016 14:45
Show Gist options
  • Save rwmajux/006e96b0c2eb08a5a3a3ef08ca736889 to your computer and use it in GitHub Desktop.
Save rwmajux/006e96b0c2eb08a5a3a3ef08ca736889 to your computer and use it in GitHub Desktop.
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/*-----------[FOOTER SOCIAL ICON STYLES]----------*/
/*------------------------------------------------*/
/*-----------------[HEADER STYLES]----------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[GFORM STYLES]-----------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[MAIN NAV STYLES]--------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
/*----------------[FOOTER NAV STYLES]-------------*/
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------[HOME PAGE STYLES]---------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------[ABOUT PAGE STYLES]--------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*----------------[SUB PAGE STYLES]---------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/
/*-------------------[1024px]------------------*/
@media only screen and ( min-width: 1024px ) {
}
@media only screen and ( min-width: 981px ) {
}
/*-------------------[980px-1200px]------------------*/
@media only screen and ( max-width: 980px ) {
}
/*-------------------[768px-980px]------------------*/
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
}
/*-------------------[780px]------------------*/
@media only screen and ( min-width: 767px ) {
}
@media only screen and ( max-width: 767px ) {
}
/*-------------------[600px]------------------*/
@media only screen and ( max-width: 600px ) {
}
/*-------------------[480px]------------------*/
@media only screen and ( max-width: 479px ) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment