ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Browse all templates
Purple Trace
purpletrace
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="purpletrace"> <div class="label"> <div>Browse all templates</div> <div class="overline-component"> <div class="active-underline"></div> <div class="idle-underline"></div> </div> </div> </a> <style> .purpletrace { align-items: center; background-color: transparent; color: #2a222b; column-gap: 0.25rem; display: inline-flex; font-family: "Twklausanne 500", Arial, sans-serif; font-size: 1rem; height: 3rem; justify-content: center; letter-spacing: 0px; line-height: 1.3em; padding: 0; pointer-events: auto; row-gap: 0.25rem; text-align: left; text-decoration: none; z-index: 2; } .purpletrace:hover { color: #a25fba; } .purpletrace .overline-component { align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; padding-top: 0.125rem; } .purpletrace .active-underline, .purpletrace .idle-underline { background-color: #a25fba; height: 1px; transition: width 0.2s ease-out; transition-behavior: normal; width: 0%; } .purpletrace .idle-underline { background-color: #2a222b; width: 100%; } .purpletrace:hover .purpletrace .active-underline { width: 100%; } .purpletrace:hover .purpletrace .idle-underline { width: 0%; } </style>