Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created December 12, 2012 23:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save claudiosanches/4272750 to your computer and use it in GitHub Desktop.
Save claudiosanches/4272750 to your computer and use it in GitHub Desktop.
Exemplo de blocos do Adsense flutuando lado a lado.
<div style="float: left;">
<!-- Primeiro código do Adsense aqui -->
</div>
<div style="float: left; margin: 0 20px;">
<!-- Segundo código do Adsense aqui -->
</div>
<div style="float: left;">
<!-- Terceiro código do Adsense aqui -->
</div>
<div style="clear: both;"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment