组件 按钮 按钮组件

按钮组件

一个极简主义按钮组件,专为展示作品或产品的作品集设计,具有鲜艳的颜色和支持深色主题的响应式设计,使用Tailwind CSS。

预览

HTML 代码

<div class="flex flex-col items-center justify-center h-screen bg-white dark:bg-gray-900 p-4">
    <h1 class="text-2xl font-bold text-gray-800 dark:text-white mb-6">Portfolio Buttons</h1>
    <div class="space-y-4">
        <a href="#" class="inline-flex items-center justify-center px-6 py-3 text-lg font-medium text-white bg-red-500 rounded hover:bg-red-600 dark:bg-red-700 dark:hover:bg-red-600 transition duration-200">View Projects</a>
        <a href="#" class="inline-flex items-center justify-center px-6 py-3 text-lg font-medium text-white bg-green-500 rounded hover:bg-green-600 dark:bg-green-700 dark:hover:bg-green-600 transition duration-200">Contact Me</a>
        <a href="#" class="inline-flex items-center justify-center px-6 py-3 text-lg font-medium text-white bg-blue-500 rounded hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-600 transition duration-200">Download CV</a>
    </div>
</div>

相关组件

交互式照片库按钮

一组专为照片库和摄影师作品集设计的响应式交互式按钮,具有森林/绿色调色板和微妙的微交互效果,可促进用户参与。包括深色模式支持。

打开

粗野主义按钮组件

具有粗野主义设计的按钮组件,具有高饱和度颜色、响应式布局和深色模式支持,适用于商业和企业网站。

打开

按钮组件

简单、响应式的按钮组件,采用纸张/印刷风格的灰度设计,适用于教育平台,支持明暗模式。

打开