Senza categoria

Breakpoint CSS mobile

/*IPHONE 4/5*/
@media only screen and (max-width : 320px) {

}


/*IPHONE 6*/

@media only screen and (max-width : 375px) and (min-width: 321px) {

}

/*	IPHONE 6 PLUS*/
@media only screen and (min-width: 414px) and (max-height: 736px){
	

}

 

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *