Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. /*-------------------------------------
  2. Normal desktop :1366px.
  3. ----------------------------------------*/
  4. @media (min-width: 1170px) and (max-width: 1600px) {
  5.  
  6.  
  7. }
  8.  
  9. /*-------------------------------------
  10. Normal desktop :1024px.
  11. ----------------------------------------*/
  12. @media (min-width: 993px) and (max-width: 1024px) {
  13.  
  14. }
  15.  
  16. /*-----------------------------------------------
  17. Normal desktop :1169px. Start
  18. -------------------------------------------------*/
  19. @media (min-width: 992px) and (max-width: 1169px) {
  20.  
  21.  
  22. }
  23.  
  24.  
  25.  
  26. /*-----------------------------------------------------
  27. Tablet desktop :768px style start
  28. -------------------------------------------------------*/
  29. @media (min-width: 768px) and (max-width: 991px) {
  30.  
  31.  
  32. }
  33.  
  34. /*-----------------------------------------------
  35. Normal desktop :992px. Start
  36. -------------------------------------------------*/
  37. @media (min-width: 960px) and (max-width: 992px) {
  38.  
  39.  
  40. }
  41.  
  42. /* ----------------------------------------------------
  43. Small mobile :320px.
  44. -------------------------------------------------------*/
  45. @media (max-width: 767px) {
  46.  
  47.  
  48. }
  49.  
  50. /* -------------------------------------------------
  51. Large Mobile :480px.
  52. ---------------------------------------------------*/
  53. @media only screen and (min-width: 480px) and (max-width: 767px) {
  54.  
  55.  
  56. }
  57.  
  58. /* -------------------------------------------------
  59. Large Mobile :600px.
  60. ---------------------------------------------------*/
  61. @media only screen and (min-width: 481px) and (max-width: 640px) {
  62.  
  63.  
  64. }
  65.  
  66. /* -------------------------------------------------
  67. Large Mobile :720px.
  68. ---------------------------------------------------*/
  69. @media only screen and (min-width: 640px) and (max-width: 720px) {
  70.  
  71.  
  72. }
  73.  
  74. /* -------------------------------------------------
  75. Large Mobile :840px.
  76. ---------------------------------------------------*/
  77. @media only screen and (min-width: 769px) and (max-width: 840px) {
  78.  
  79.  
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement