Submit Your Project

Please Complete My Submit Your Project form so I will know that I can do the work you need before paying for any services. I will direct you to the product that fits your project best.Ed Sanders

Submit Your Project

/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

Last updated on

Comments 1

  1. Post
    Author

Leave a Reply