Skip to content

Instantly share code, notes, and snippets.

@thegoatherder
thegoatherder / CSS3 Media Queries Template
Created April 6, 2012 01:45
CSS3 Media Queries template
/*
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}