I used to put buttons in this section but for some reason Tumblr deletes them.
Anyway welcome to my blog, it's just another yugioh blog. I usually try to upload new stuff about zexal and Arc-V.
You can add me on Facebook here
#button a:link {
margin-top:5px;
display: block;
border-radius:5px;
height: 40px;
background-image: url(https://pbs.twimg.com/media/B5JxHQqIAAABwE0.jpg:large);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#button a:hover, #button a:focus, #button a:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}