Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. .home_box {
  2.     width: 570px;
  3.     margin-left: 10px;
  4.     margin-right: 10px;
  5. }
  6.  
  7. @media only screen and (max-width: 959px) and (min-width: 768px)
  8. {
  9.     .home_box {
  10.         width: 354px;
  11.         margin-left: 10px;
  12.         margin-right: 10px;
  13.     }
  14. }
  15.  
  16.  
  17. @media only screen and (max-width: 1200px)
  18. {
  19.     .home_box {
  20.         width: 460px;
  21.         margin-left: 10px;
  22.        margin-right: 10px;
  23.     }
  24.     .home_box img
  25.     {
  26.         width:100%;
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement