main
Ilham Wara Nugroho 2025-12-05 09:48:28 +07:00
parent 2a85e5aadb
commit c705d3e541
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<form action="" method="GET"> <form action="" method="GET">
<div class="relative w-full"> <div class="relative w-full">
<input type="text" name="key" placeholder="Data Apa yang kamu cari ?" style="border:none;" class="w-full placeholder-[#eee] pr-16 py-5 px-5 shadow-lg rounded-full focus:outline-none"/> <input type="text" name="key" placeholder="Data Apa yang kamu cari ?" style="border:none;" class="w-full placeholder-[#eee] pr-16 py-5 px-5 shadow-lg rounded-full focus:outline-none"/>
<button class="absolute top-15.5 right-0 text-white -translate-y-1/2 px-6 py-5 rounded-full" style="background: #E9811A;"> <button class="absolute top-8 right-0 text-white -translate-y-1/2 px-6 py-5 rounded-full" style="background: #E9811A;">
<i class="ri-search-line"></i> <i class="ri-search-line"></i>
</button> </button>
</div> </div>

View File

@ -13,7 +13,7 @@
<form action="" method="GET"> <form action="" method="GET">
<div class="relative w-full"> <div class="relative w-full">
<input type="text" name="key" placeholder="Data Apa yang kamu cari ?" style="border:none;" class="w-full placeholder-[#eee] pr-16 py-5 px-5 shadow-lg rounded-full focus:outline-none"/> <input type="text" name="key" placeholder="Data Apa yang kamu cari ?" style="border:none;" class="w-full placeholder-[#eee] pr-16 py-5 px-5 shadow-lg rounded-full focus:outline-none"/>
<button class="absolute top-15.5 right-0 text-white -translate-y-1/2 px-6 py-5 rounded-full" style="background: #E9811A;"> <button class="absolute top-8 right-0 text-white -translate-y-1/2 px-6 py-5 rounded-full" style="background: #E9811A;">
<i class="ri-search-line"></i> <i class="ri-search-line"></i>
</button> </button>
</div> </div>

View File

@ -30,7 +30,7 @@
/> />
<!-- Tombol cari --> <!-- Tombol cari -->
<button <button
class="absolute top-15.5 right-0 text-white -translate-y-1/2 px-6 py-5 rounded-full" class="absolute top-8 right-0 text-white -translate-y-1/2 px-6 py-5 rounded-full"
style="background: #E9811A;"> style="background: #E9811A;">
<i class="ri-search-line"></i> <i class="ri-search-line"></i>
</button> </button>