klik untuk menyalin
👇
<style>
.btn-kembali {
display: inline-flex;
align-items: center;
background-color: #ffffff;
color: #1f2937;
padding: 10px 16px;
border-radius: 12px;
border: none;
text-decoration: none;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
font-size: 16px;
transition: all 0.3s ease;
}
.btn-kembali:hover {
background-color: #e5e7eb;
transform: scale(1.03);
}
.btn-kembali svg {
margin-right: 8px;
stroke: #374151;
}
</style>
<a href="javascript:history.back()" class="btn-kembali">
<!-- Ikon panah unik (Feather style) -->
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left" viewBox="0 0 24 24">
<line x1="19" y1="12" x2="5" y2="12"/>
<polyline points="12 19 5 12 12 5"/>
</svg>
Kembali
</a>
Tidak ada komentar:
Posting Komentar