Answers for "tailwind add dynamic background color"

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 "tailwind add dynamic background color"

Browse Popular Code Answers by Language