Advertisement
cloudtuts

RWD顯示不同內容

Aug 20th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. @media all and (min-width: 981px) {
  2.  #mobile-form { display: none;}
  3. }
  4. @media all and (max-width: 980px) {
  5.  #desktop-form { display: none;}
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement