3D 디자인과 생생한 색상을 사용한 소셜 미디어 양식 구성 요소
복잡하고 반응이 빠르며 생생한 3D에서 영감을 받은 소셜 미디어 양식 구성 요소로, 어두운 테마를 지원합니다.
HTML 코드
<div class="min-h-screen bg-gradient-to-br from-purple-600 to-pink-500 dark:from-gray-900 dark:to-black p-10">
<div class="max-w-md mx-auto bg-white dark:bg-gray-800 rounded-xl shadow-2xl overflow-hidden md:max-w-2xl">
<div class="md:flex">
<div class="md:flex-shrink-0">
<img class="h-48 w-full object-cover md:w-48" src="https://picsum.photos/seed/social/400/600" alt="Social media background">
</div>
<div class="p-8 flex flex-col justify-between">
<div>
<div class="uppercase tracking-wide text-sm text-indigo-700 dark:text-indigo-400 font-semibold">Connect & Share</div>
<a href="#" class="block mt-1 text-lg leading-tight font-medium text-black dark:text-white hover:underline">Join the Conversation</a>
<p class="mt-2 text-gray-600 dark:text-gray-400 text-sm">Enter your details below to connect with friends and family and share your moments.</p>
</div>
<div class="mt-6">
<form>
<div class="mb-4">
<label class="block text-gray-700 dark:text-gray-300 text-sm font-bold mb-2" for="username">
Username
</label>
<input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 dark:text-gray-300 dark:bg-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="username" type="text" placeholder="Choose a username">
</div>
<div class="mb-4">
<label class="block text-gray-700 dark:text-gray-300 text-sm font-bold mb-2" for="email">
Email
</label>
<input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 dark:text-gray-300 dark:bg-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="email" type="email" placeholder="Enter your email">
</div>
<div class="mb-6">
<label class="block text-gray-700 dark:text-gray-300 text-sm font-bold mb-2" for="password">
Password
</label>
<input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 dark:text-gray-300 dark:bg-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline" id="password" type="password" placeholder="Create a password">
</div>
<div class="flex items-center justify-between">
<button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-full focus:outline-none focus:shadow-outline transform transition duration-500 hover:scale-105" type="button">
Sign Up
</button>
<a class="inline-block align-baseline font-bold text-sm text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-600" href="#">
Forgot Password?
</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
관련 구성 요소
Forms 구성 요소
블로그/컨텐츠 웹 사이트에 대한 어두운 테마 지원이 있는 복잡하고 반응형 양식 구성 요소로, 유사한 색 구성표를 사용하여 미니멀리스트/플랫 스타일로 디자인되었습니다.
레트로/빈티지 양식 구성 요소
80년대와 90년대에서 영감을 받은 레트로/빈티지 미학으로 스타일링된 양식 구성 요소로, Tailwind CSS를 사용하여 반응형 디자인과 어두운 테마를 지원합니다.
Forms 구성 요소
Tailwind CSS를 사용하여 머티리얼 디자인 스타일로 디자인된 반응형 양식 구성 요소로, 그리드 레이아웃, 그림자 및 다크 모드 지원을 제공합니다.