Skip to content

Instantly share code, notes, and snippets.

@louanfontenele
Last active December 25, 2019 00:18
Show Gist options
  • Save louanfontenele/4850c9e38125f2c07d364f1279fe2567 to your computer and use it in GitHub Desktop.
Save louanfontenele/4850c9e38125f2c07d364f1279fe2567 to your computer and use it in GitHub Desktop.
<!--1º ADS coloca somente pra celulares e só funciona somente para mobile-->
<div class='ipsResponsive ipsResponsive_showPhone ipsResponsive_hideTablet ipsResponsive_hideDesktop'>
<center>
<!--Codigo do ADSense-->
</center>
</div>
<!--2º ADS coloca somente pra tablets e só funciona somente para tablets-->
<div class='ipsResponsive ipsResponsive_showTablet ipsResponsive_hideDesktop ipsResponsive_hidePhone'>
<center>
<!--Codigo do ADSense-->
</center>
</div>
<!--3º ADS coloca somente pra desktop e só funciona somente para desktop-->
<div class='ipsResponsive ipsResponsive_showDesktop ipsResponsive_hidePhone ipsResponsive_hideTablet'>
<center>
<!--Codigo do ADSense-->
</center>
</div>
<!--Os codigos acima, cria 1 anuncio para cada area, evita bugs e mostra mais variedades-->
<div class='ipsResponsive'>
<div class="ipsBox">
<h2 class="ipsType_sectionTitle ipsType_reset ipsType_blendLinks cForumTitle">
Advertisement
</h2>
<center>
<!--ADSense Code Here-->
</center>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment