Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /* Hide on Desktop */
  2. @media (min-width: 768px) { #show-on-mob { display: none; } }
  3.  
  4. /* Hide on Mobile */
  5. @media (max-width: 767px) { #show-on-dsk { display: none; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement