Components CAPTCHA CAPTCHA Component

CAPTCHA Component

A simple CAPTCHA component designed with Material Design principles and a pastel color scheme for business/corporate websites.

Preview

HTML Code

<div class="max-w-md mx-auto p-5 bg-white dark:bg-gray-800 rounded-lg shadow-md">
    <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200 text-center">CAPTCHA Verification</h2>
    <div class="mt-4 flex flex-col items-center">
        <img src="https://picsum.photos/200/100" alt="CAPTCHA Image" class="w-full h-auto rounded-lg shadow">
        <div class="mt-3 flex items-center">
            <label class="text-gray-600 dark:text-gray-400 mr-2" for="captchaInput">Please type the text above:</label>
            <input type="text" id="captchaInput" class="border border-gray-300 rounded-lg p-2 dark:bg-gray-700 dark:border-gray-600 focus:outline-none focus:ring-2 focus:ring-blue-500 dark:focus:ring-blue-400" placeholder="Enter CAPTCHA">
        </div>
        <button class="mt-4 bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded-lg shadow-md transition duration-200 ease-in-out dark:bg-blue-700 dark:hover:bg-blue-600">Verify</button>
    </div>
</div>

Related Components

CAPTCHA Component

Responsive CAPTCHA component with microinteractions, dark theme support, and random placeholder images.

Open

Neumorphism CAPTCHA Component

A responsive, complex CAPTCHA component designed in a neumorphic style for e-commerce sites, featuring a dark theme support, using Tailwind CSS.

Open

Skeuomorphic CAPTCHA Component

A skeuomorphic CAPTCHA component designed for event/conference websites, featuring a triadic color scheme and dark mode support. It mimics real-world digital elements with interactive buttons.

Open