Guest User

Untitled

a guest
Dec 9th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // ----- Sample Usage ----- //
  2.  
  3. p
  4. +respond-to(700px)
  5. width: 700px
  6. +respond-to(500px, max-width)
  7. width: 500px
  8. +respond-to(800px, max-width, print)
  9. width: 800px
Add Comment
Please, Sign In to add comment