ich bin auch neu mit diesem sachen... so von hier und NUR für Desktops und Smartphonen (iPad und Ähnliche..) .
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
//CSS
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
//CSS
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
//CSS
}
Hier sind das Wert in PX gegeben , und wie Gunnar Bittersmann mir sagtet.. es besser mit EM geben . So , das Formula von PX nach EM zu wandel;
em = px ÷ 16
Beispiel;
320px ÷ 16 = 20em