Skip to content

Instantly share code, notes, and snippets.

@CassyJens
Created March 16, 2015 17:25
Show Gist options
  • Save CassyJens/1ab5066f3dd746a33425 to your computer and use it in GitHub Desktop.
Save CassyJens/1ab5066f3dd746a33425 to your computer and use it in GitHub Desktop.
Responsive design HTML & CSS
<meta name="viewport" content="width=device-width, initial-scale=1">
@media all and (max-width: 600px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment