Published using Google Docs
Black Transition Labels widget for blogger
Updated automatically every 5 minutes

<!==== Black Transition labels widget by:http://www.bedoitechsolutions.com/ =====>

<style>

div.blackTransition a{

font-size: 110%;

background: #333;

padding: 10px;

display: block;

color: #fff;

text-decoration: none;

cursor: pointer;

-webkit-transition: padding-left 250ms ease-out;

-moz-transition: padding-left 250ms ease-out;

margin: 7px 0;

}

div.blackTransition a:hover{

padding-left: 20px;

background: #111;

}

</style>

<div class="blackTransition">

<a class="blackTransition" href="1st Label URL">1st Label Name</a>

<a class="blackTransition" href="2nd Label URL">2nd Label Name</a>

<a class="blackTransition" href="3rd Label URL">3rd Label Name</a>

<a class="blackTransition" href="4th Label URL">4th Label Name</a>

<!-- You can add more <a>

</div>

</div>

<!==== Black Transition labels widget by:http://www.bedoitechsolutions.com/ =====>