差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

kdict:shiwake:adsense:ads_content_header [2017/01/20 22:03]
127.0.0.1 外部編集
kdict:shiwake:adsense:ads_content_header [2020/07/29 23:29] (現在)
admin
行 1: 行 1:
 <HTML> <HTML>
 +<style>
 +.programmers { width: 300px; height: 125px; }
 +/* Extra small devices (phones, up to 480px) */
 +/* No media query since this is the default in Bootstrap */
 +/* Small devices (tablets, 768px and up) */
 +@media (min-width: 300px) { .programmers { width: 260px; height: 125px; } }
 +
 +/* Medium devices (desktops, 992px and up) */
 +@media (min-width: 600px) { .programmers { width: 480px; height: 125px; } }
 +
 +/* Large devices (large desktops, 1200px and up) */
 +@media (min-width: 1100px) { .programmers { width:600px;height:125px; }}
 +</style>
 +<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 +<ins class="adsbygoogle programmers"
 +     style="display:inline-block"
 +     data-ad-client="ca-pub-7031845861701480"
 +     data-ad-slot="1031135212"></ins>
 +<script>
 +(adsbygoogle = window.adsbygoogle || []).push({});
 +</script>
 +
 </HTML> </HTML>