Skip to content

Instantly share code, notes, and snippets.

@priyabratary
Last active July 7, 2018 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priyabratary/57fbcd5236f661b563d6fc2914175ee3 to your computer and use it in GitHub Desktop.
Save priyabratary/57fbcd5236f661b563d6fc2914175ee3 to your computer and use it in GitHub Desktop.
@charset "utf-8";
/* CSS Document */
/*----*****---- << Responsive >> ----*****----*/
@media only screen and (min-width:1360px) and (max-width:1800px) {
@media only screen and (min-width:1200px) and (max-width:1359px) {
@media only screen and (min-width: 1280px) and (min-width: 1600px) {
/*----*****---- << Desktop >> ----*****----*/
@media only screen and (min-width:1281px) and (max-width:1400px) {
@media only screen and (min-width:1200px) and (max-width:1280px) {
@media only screen and (min-width:992px) and (max-width:1199px) {
@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
}
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment