5.7.11

Membuat Banner Mini Full CSS

Membuat tombol/banner mini murni menggunakan CSS. Like this

999 + Followers
Interesting? Here's coded

<style>
a {
color: #000;
text-decoration: none;
}
.bbanner {
background-color:#ff6500;
border-top: 1px solid #f5f5f5;
border-right: 1px solid #7e7e7e;
border-left: 1px solid #f5f5f5;
border-bottom: 1px solid #7e7e7e;
color: #000;
font-size: 12px;
padding: 3px;
}
.bbanner1 {
background-color: #ffffaa;
font-size: 11px;
color: #333;
border-top: 1px solid #666;
border-right: 1px solid #aaa;
border-left: 1px solid #666;
border-bottom: 1px solid #aaa;
padding: 1px 3px;
text-decoration: blink;
}
</style>

<span class="bbanner">
<span class="bbanner1">
999 +
</span>
<a href="http://YOUR-LINK-ADD-HERE" title="" target="_blank">Followers</a>
</span>

Loading...
Loading...