Skip to content

Instantly share code, notes, and snippets.

@louanfontenele
Last active December 25, 2019 00:18
Show Gist options
  • Select an option

  • Save louanfontenele/4850c9e38125f2c07d364f1279fe2567 to your computer and use it in GitHub Desktop.

Select an option

Save louanfontenele/4850c9e38125f2c07d364f1279fe2567 to your computer and use it in GitHub Desktop.

Revisions

  1. louanfontenele revised this gist Dec 25, 2019. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion ipsads.html
    Original file line number Diff line number Diff line change
    @@ -16,4 +16,15 @@
    <!--Codigo do ADSense-->
    </center>
    </div>
    <!--Os codigos acima, cria 1 anuncio para cada area, evita bugs e mostra mais variedades-->
    <!--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>
  2. louanfontenele created this gist Jun 16, 2018.
    19 changes: 19 additions & 0 deletions ipsads.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    <!--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-->