- Mesajlar
- 596
Arkadaşlar adsense reklâmlarını bilgisayarda 728x90 mobilde ise 325x50 olarak nasıl gösterebilirim
<center>
<body>
<style>
.deneme { width: 320px; height: 100px; }
@media(min-width: 500px) { .deneme { width: 320px; height: 100px; } }
@media(min-width: 700px) { .deneme { width: 728px; height: 90px; } }
</style><center>
<div class='deneme'>
Kodlar buraya gelecek...
</div>
</body>
</center>