Guest User

Untitled

a guest
Aug 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. .div_example{
  2. width: 100px;
  3. }
  4.  
  5. @media (min-width: 768px){
  6. .div_example{
  7. width: 300px;
  8. }
  9. }
  10.  
  11. @media (min-width: 768px)
  12.  
  13. @media (max-width: 768px)
Add Comment
Please, Sign In to add comment