I like to thank ms Ami's Magic Box for the nomination as the Versatile Blogger. I enjoy sharing tidbits of fun whenever time permits me to do so.
Ami@http://apieceofmi.blogspot.com Thank you again, Ami! ❤
The rules:
1. If you are nominated, you have been awarded the Versatile Blogger Award.
2. Thank the person who gave you this award. That’s common courtesy.
3. Include a link to their blog. That’s also common courtesy.
4. Select 15 blogs/bloggers that you have recently discovered or follow regularly and nominate them for the Versatile Blogger Award.
5. Tell the person who nominated you 7 things about yourself.
My nominees for The Versatile Blogger Award:
Airi@http://chichibanban.blogspot.com/
Kim@http://www.averysweetblog.com/
Peiting@http://www.whimsicalityindisguise.com/
Sapphire@http://littleowldiary.blogspot.com/
Marxie@http://aegyoprincess.blogspot.com/
Bestemelodi@http://www.bestemelodi.net/
M'lady@http://mladyph.tumblr.com/
Jing-Jing@http://shizurawr.blogspot.com/
Junniku@http://junniku.blogspot.com/
Donna@http://www.mylucidintervals.com/
Justine@http://www.justinechantelleblog.net/
Jo@http://iamjolene.blogspot.com/
Ina@http://www.iambabypanda.com/
Gohalainn@http://www.gohalainn.net/
Cee@http://yourstrulycee.blogspot.com/
/*MORPH*/
.morph {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.morph:hover {
border-radius: 50%;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}