6 lines
483 B
Plaintext
6 lines
483 B
Plaintext
<div class="flex justify-center">
|
|
<form d-on:submit.prevent="console.log('submit')" class="flex justify-center flex-col">
|
|
<input class="py-2 px-4 resize-none bg-zinc-800 rounded-md shadow-md my-2 border border-zinc-800 placeholder:italic placeholder:text-gray-300" type="text" />
|
|
<input class="py-2 px-4 resize-none bg-zinc-800 rounded-md shadow-md my-2 border border-zinc-800 hover:bg-zinc-700 active:bg-zinc-900 transition-colors cursor-pointer" type="submit">
|
|
</form>
|
|
</div> |