Skip to content

Instantly share code, notes, and snippets.

@stalukder03
Created August 6, 2018 15:07
Show Gist options
  • Save stalukder03/db42109c54d6c6db45568dbaf620b86a to your computer and use it in GitHub Desktop.
Save stalukder03/db42109c54d6c6db45568dbaf620b86a to your computer and use it in GitHub Desktop.
@media screen and (min-width: 1281px) {
//CSS
}
@media screen and (max-width: 1280px) {
//CSS
}
@media screen and (max-width: 1024px) {
//CSS
}
@media screen and (max-width: 767px) {
//CSS
}
@media screen and (max-width: 480px) {
//CSS
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment