Guest User

Untitled

a guest
Oct 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /*******************MEDIA НАСТРОЙКА Стилей*******************/
  2. @media screen and (max-width: 480px) {
  3.  
  4. }
  5. @media screen and (min-width: 481px) and (max-width: 767px){
  6.  
  7. }
  8. @media screen and (min-width: 768px) and (max-width: 991px){
  9.  
  10. }
  11. @media screen and (min-width: 992px) and (max-width: 1199px){
  12.  
  13. }
  14. @media screen and (min-width: 1200px) {
  15.  
  16. }
  17. /*****Конец MEDIA НАСТРОЙКА Стилей*****/
Add Comment
Please, Sign In to add comment