Password Reset Component with Brutalism design
Password Reset Component with Brutalism design, responsive and dark theme support
HTML Code
<div class="min-h-screen flex items-center justify-center bg-gray-100 dark:bg-gray-900 p-6">
<div class="bg-white dark:bg-gray-800 p-8 rounded-none shadow-none border-4 border-black dark:border-white max-w-md w-full">
<h2 class="text-2xl font-bold text-black dark:text-white mb-6 text-center tracking-tighter">Reset Your Password</h2>
<form>
<div class="mb-4">
<label for="email" class="block text-sm font-bold text-black dark:text-white mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-3 py-2 border-4 border-black dark:border-white rounded-none bg-gray-200 dark:bg-gray-700 text-black dark:text-white focus:outline-none focus:border-black dark:focus:border-white" required>
</div>
<div class="mb-6">
<button type="submit" class="w-full bg-black dark:bg-white text-white dark:text-black font-bold py-2 px-4 border-4 border-black dark:border-white rounded-none hover:bg-gray-800 dark:hover:bg-gray-200 transition duration-0 ease-linear">Send Reset Link</button>
</div>
</form>
<div class="text-center">
<p class="text-sm">
<a href="#" class="text-black dark:text-white hover:underline font-bold">Remember your password?</a>
</p>
</div>
</div>
</div>
Related Components
Password Reset Component Brutalism Complex Analogous Dashboard
A brutalist-style password reset component for a dashboard, featuring a complex layout, analogous color scheme, responsiveness, and dark mode support.
Password Reset Component
Password Reset Component with Skeuomorphism design, responsive effects and dark theme support.
Password Reset Component
Password Reset Component with Neumorphism style, Complementary color scheme, Complex complexity, for Social Media purpose, using Tailwind CSS. Responsive design with dark theme support.