Wednesday, September 14, 2016

Free Ads Demo Code

Free Ads Demo Code
If you are a developer you need to show customer how your blog displaying ads on your blog that you are developing. Here is a widget ads that you can use on your blog.

CSS Code
/* demo adsense box */
#jonie-adsense-sbox-v2 {
padding: 0;
padding-bottom: 5px;
font-family: inherit;
display: block;
margin: 0;
width: 100%;
border-radius: 1px;
border: 1px solid #448AFF;
background: #ffff;
}
#jonie-adsense-sbox-v2 p {
font-size: 14px;
color: #424242;
line-height: 27px;
padding: 5px 10px 5px 10px;
text-align: left;
width: 80%;
margin: 5px auto 20px;
border-bottom: 2px solid #F5F5F5;
border-radius: 20px;
}
#jonie-adsense-sbox-v2 .main_tagline {
padding: 5px 10px 5px 10px;
line-height: 1em;
font-size: 32px;
margin: 0;
height: 95px !important;
overflow: hidden;
font-weight: normal;
color: #448AFF;
text-align: left;
border: 0;
background-color: #fff;
}
#jonie-adsense-sbox-v2 .arrow_icon {
display: table;
margin: -20px auto 0px;
font-size: 25px;
padding: 12px;
height: 35px;
width: 55px;
background-color: #424242;
text-align: center;
color: #FFF;
border-radius: 10px;
border: 10px solid #FFFFFF;
line-height: 0;
}
#jonie-adsense-sbox-v2 .arrow_icon a:hover {
color: #EEEEEE;
background-color: #757575;
border-color: #FFF;
}
#jonie-adsense-sbox-v2 .arrow_icon a {
color: #fff;
margin: 0 5px;
text-align: center;
float: left;
display: table;
padding: 4px 5px;
background-color: #424242;
border-radius: 50px;
border: 2px solid #2D2D2D;
width: 15px;
height: 15px;
line-height: 0;
font-size: 16px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

And here is the html code that you can add to your sidebar blog or anywhere on your blog
<div id="jonie-adsense-sbox-v2">
<div class="main_tagline">Suka Template Blog Keren Berkualitas?</div>
<p>Termurah, Hemat sampai 70% Ayo lihat di Bangjonie sekarang!!</p>
<div class="arrow_icon">
<a href="http://www.bangjonie.blogspot.co.id/" target='_blank' rel='nofollow' title="Shop Now"><i class="fa fa-long-arrow-right fa-2x"></i></a>
</div></div>

Hope this article help you to add a widget that show your visitor the demo ads on your blog.

0 comments

Post a Comment