Created
December 12, 2012 23:41
-
-
Save claudiosanches/4272750 to your computer and use it in GitHub Desktop.
Exemplo de blocos do Adsense flutuando lado a lado.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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