CSS Reszponzv Weboldal
@media only screen and (min-device-width: 1px) and (max-device-width: 600px) {
/* Telefonos kinézet */
}
@media only screen and (min-device-width: 601px) and (max-device-width: 50000px) {
/* Gépes kinézet */
}
Levente Süli