Skip to content

Instantly share code, notes, and snippets.

@Cengizism
Created November 17, 2013 13:51
Show Gist options
  • Save Cengizism/cd5471a3d29b3ee0af65 to your computer and use it in GitHub Desktop.
Save Cengizism/cd5471a3d29b3ee0af65 to your computer and use it in GitHub Desktop.
responsive-template.css
@media (min-width: 768px) and (max-width: 979px) {
}
@media (max-width: 767px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
}
@media (max-width: 979px) {
}
@media (min-width: 980px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment