Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. 1. Small devices (landscape phones, 576px and up): __@media (min-width: 576px) { ... }__
  2. 2. Mediumm devices (tablets, 768px and up): __@media (min-width: 768px) { ... }__
  3. 3. Large devices (desktops, 992px and up): __@media (min-width: 992px) { ... }__
  4. 4. Extra large devices (large desktops, 1200px and up): __@media (min-width: 1200px) { ... }__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement