@vitorlfariaSubmitted over 3 years ago
Would be happy to hear your feedback on this solution.
Would be happy to hear your feedback on this solution.
One more thing: If you specify the attributes to transform in the .call-to-action a
rule, it won't have that small weird effect at the beginning. You can use something like transition: transform 300ms ease, box-shadow 300ms ease;
Would be happy to hear your feedback on this solution.
I would use transform: scale()
instead of changing the padding in the button on hover. Same spirit as the comment above.