Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // responsive media query
- @media (min-width:450px) {
- }
- @media (min-width: 768px) {
- }
- @media (min-width: 992px) {
- }
- @media (min-width: 1200px) {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement