HTML5 and CSS3 Refresher
This presentation has been developed in the context of the Mobile Applications Development course, DISIM, University of L'Aquila (Italy), Spring 2013.
http://www.ivanomalavolta.com
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
@media only screen and -webkit-min-device-pixel-ratio: 2
@media only screen and
(device-width: 768px) and (orientation: landscape)
@media only screen and
(min-device-width: 320px) and (max-device-width: 480px)