Advertisement
theitd

Media Width Declarations

Aug 27th, 2013
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /* CSS to accomodate changes in screen width
  2.  
  3.  
  4. -- Declaration list as follows
  5. @media only screen and (min-width: 481px) and (max-width: 767px) {
  6. @media only screen and (max-width: 480px) {
  7. @media only screen and (min-width: 768px) and (max-width: 959px) {
  8. @media only screen and (min-width: 960px) and (max-width: 1199px) {
  9. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement