sections!
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
</div>
|
||||
<div>
|
||||
<label for="picture" class="block text-sm font-semibold text-gray-700 mb-1">Picture</label>
|
||||
<input type="file" name="picture" id="picture"
|
||||
class="mt-1 block w-full text-sm text-gray-700 border border-gray-300 rounded-lg px-3 py-2 bg-gray-50 focus:outline-none focus:ring-2 focus:ring-blue-500">
|
||||
<input type="file" name="picture" id="picture" accept="image/*"
|
||||
class="mt-1 block w-full text-sm text-gray-500 file:mr-4 file:py-2 file:px-4 file:rounded-md file:border-0 file:text-sm file:font-semibold file:bg-[#6b8f71] file:text-white hover:file:bg-[#5a7b5f]">
|
||||
</div>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user