ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Open documentation
Aqua Border
aquaborder
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="aquaborder"> <span>Open documentation</span> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5" class="arrow-icon"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" /> </svg> </a> <style> .aquaborder { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.5rem 1.25rem; border-radius: 9999px; font-family: system-ui, sans-serif; font-size: 1rem; font-weight: 600; color: rgb(0, 185, 219); background-color: transparent; text-decoration: none; transition: opacity 0.3s ease, transform 0.3s ease; position: relative; opacity: 0.8; } .aquaborder::after { content: ""; position: absolute; inset: 2px; border-radius: 9999px; border: 1px solid rgb(0, 185, 219); opacity: 0.3; pointer-events: none; z-index: -1; } .aquaborder:hover { opacity: 1; transform: translateY(-1px); } .aquaborder .arrow-icon { width: 1rem; height: 1rem; stroke: currentColor; transition: transform 0.3s ease; } .aquaborder:hover .arrow-icon { transform: translateX(6px); } </style>