3D生动关注按钮
一个简单的受3D启发的关注按钮组件,采用鲜艳的颜色,适用于商业网站。它是响应式的,并仅使用HTML和Tailwind CSS支持黑暗主题。
HTML 代码
<button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-md shadow-lg transform transition duration-300 hover:scale-105 active:scale-95 dark:bg-blue-800 dark:hover:bg-blue-900 dark:shadow-xl"> Follow </button>