Advertisement
Evyatar12

Responsive CSS

Aug 18th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. @media all and (max-width:500px)
  2. {  body { background-color: green; } }
  3.  
  4. @media all and (min-width:500px)
  5. {  body { background-color: yellow; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement