0% found this document useful (0 votes)
20 views1 page

Script Header

The document contains code for responsive ads that change size depending on screen width, starting small and becoming larger on wider screens.

Uploaded by

MisterTeo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

Script Header

The document contains code for responsive ads that change size depending on screen width, starting small and becoming larger on wider screens.

Uploaded by

MisterTeo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

<center>

<style>

.example_responsive_1 { display:inline-block; width: 320px; height: 50px; }

@media(max-width: 700px) { .example_responsive_1 { display: none; } }

@media(min-width: 800px) { .example_responsive_1 { width: 970px; height: 250px; } }

</style>

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<!-- example_responsive_1 -->

<ins class="adsbygoogle example_responsive_1"

style="display:inline-block"

data-ad-client="ca-pub-1491060913641589"

data-ad-slot="1313284352"></ins>

<script>

(adsbygoogle = window.adsbygoogle || []).push({});

</script>

</center>

You might also like