구성 요소 캡차 CAPTCHA 구성 요소

CAPTCHA 구성 요소

포트폴리오 전시를 위한 미니멀리스트/플랫 디자인 CAPTCHA 구성 요소, 다크 모드 지원으로 반응합니다.

미리 보기

HTML 코드

<div class="flex flex-col items-center justify-center bg-white dark:bg-gray-800 rounded-lg shadow-lg p-8 max-w-md w-full">
    <h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200 mb-4">Verify You're Human</h2>
    <div class="flex items-center justify-center mb-4">
        <img src="https://picsum.photos/200/100?random=1" alt="Random Image" class="rounded-lg border border-gray-300 dark:border-gray-600" />
    </div>
    <p class="text-gray-600 dark:text-gray-400 mb-4">Please complete the CAPTCHA to prove you are human.</p>
    <div class="flex flex-col space-y-4 w-full">
        <input type="text" placeholder="Enter the characters you see" class="border border-gray-300 dark:border-gray-600 rounded p-2 focus:outline-none focus:ring focus:ring-gray-500 dark:focus:ring-gray-600" />
        <button class="bg-gray-800 text-white rounded p-2 hover:bg-gray-700 dark:bg-gray-600 dark:hover:bg-gray-500">Submit</button>
    </div>
    <div class="flex items-center justify-between mt-4 text-sm text-gray-600 dark:text-gray-400">
        <span>Need a new CAPTCHA? <a href="#" class="text-gray-800 dark:text-gray-200 hover:underline">Refresh</a></span>
        <span>Help? <a href="#" class="text-gray-800 dark:text-gray-200 hover:underline">Contact Us</a></span>
    </div>
</div>

관련 구성 요소

CAPTCHA 구성 요소

반응형 CAPTCHA 구성 요소에는 마이크로 인터랙션, 어두운 테마 지원 및 임의의 자리 표시자 이미지가 있습니다.

열다

CAPTCHA 구성 요소

머티리얼 디자인 원칙과 Tailwind CSS를 사용하여 스타일이 지정된 CAPTCHA 구성 요소로, 전자 상거래 웹사이트에 적합하며 어두운 테마 지원 및 반응형 디자인이 있습니다.

열다

복합 CAPTCHA 구성 요소

다크 모드와 생생한 색상을 가진 소셜 미디어 애플리케이션을 위한 복잡한 CAPTCHA 구성 요소입니다.

열다