Answers for "changing bakcgound color like animation using tailwind"

CSS
0

changing bakcgound color like animation using tailwind

<button class="transition duration-500 ease-in-out bg-blue-600 hover:bg-yellow-600 transform hover:-translate-y-1 hover:scale-110 ...">
  Hover me
</button>
Posted by: Guest on February-04-2021

Code answers related to "changing bakcgound color like animation using tailwind"

Browse Popular Code Answers by Language