Advertisement
daadoooo113

Untitled

Jun 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <div class="oglas-desktop-vsebina">
  2. <div class="oglas-mobile-vsebina">
  3. <style>
  4. @media only screen and (max-width: 700px) {
  5. .oglas-desktop-vsebina{
  6. display: none;
  7. }
  8. }
  9. @media only screen and (min-width: 700px) {
  10. .oglas-mobile-vsebina{
  11. display: none;
  12. }
  13. }
  14. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement