Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media all and (max-width:500px)
- { body { background-color: green; } }
- @media all and (min-width:500px)
- { body { background-color: yellow; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement