Advertisement
Tienghan

Untitled

Mar 23rd, 2019
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <style type="text/css">
  2. .mobileShow {display: none;}
  3.  
  4. /* Smartphone Portrait and Landscape */
  5. @media only screen
  6. and (min-device-width : 320px)
  7. and (max-device-width : 480px){
  8. .mobileShow {display: inline;}
  9. }
  10. </style>
  11. <div class="mobileShow">
  12. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  13. <!-- Link_468_15 -->
  14. <ins class="adsbygoogle"
  15. style="display:inline-block;width:468px;height:15px"
  16. data-ad-client="ca-pub-8410404233753270"
  17. data-ad-slot="8516040570"></ins>
  18. <script>
  19. (adsbygoogle = window.adsbygoogle || []).push({});
  20. </script></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement