Skip to content

Instantly share code, notes, and snippets.

@Mdimran41
Created March 23, 2016 04:27
Show Gist options
  • Save Mdimran41/4bbfad6f287ed66f8423 to your computer and use it in GitHub Desktop.
Save Mdimran41/4bbfad6f287ed66f8423 to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
}
@media only screen and (min-width: 320px;) and (max-width: 767px) {}
}
@media only screen and (min-width: 480px;) and (max-width: 767px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment