SOCIALIZE IT

Wednesday 24 July 2013

RESPONSIVE CSS

/*********- RESPONSIVE CSS -*****************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {
/* disable webkit text size adjust (for iPhone) */

}

No comments:

Post a Comment