Skip to content

Instantly share code, notes, and snippets.

Created October 16, 2012 13:56
Embed
What would you like to do?
<link rel="stylesheet" href="/css/basics.css" />
<link rel="stylesheet" media="only screen and (min-width: 460px)" href="/css/break_460.css" />
<link rel="stylesheet" media="only screen and (min-width: 700px)" href="/css/break_700.css" />
<link rel="stylesheet" media="only screen and (min-width: 940px)" href="/css/break_940.css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment