#212121
HTML +TailwindCSS
1<button class="group relative z-1 bg-gradient-to-r from-blue-500 via-blue-600 to-blue-700 hover:bg-gradient-to-br flex items-center font-medium text-white transition-all duration-200 ease-in-out rounded-lg px-4 py-2 active:scale-95 active:shadow-inner"> 2 <div class="absolute -z-10 -inset-0.5 bg-gradient-to-r from-[#44BCFF] via-[#FF44EC] to-[#FF675E] rounded-xl blur-xl group-hover:opacity-100 animate-pulse group-hover:inset-10"></div> 3 <div class="svg-wrapper transform group-hover:translate-x-5 group-hover:rotate-45 transition-all duration-400"> 4 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" class=""> 5 <path fill="none" d="M0 0h24v24H0z"></path> 6 <path fill="#fff" d="M1.946 9.315c-.522-.174-.527-.455.01-.634l19.087-6.362c.529-.176.832.12.684.638l-5.454 19.086c-.15.529-.455.547-.679.045L12 14l6-8-8 6-8.054-2.685z"></path> 7 </svg> 8 </div> 9 <span class="ml-1 text-white transition-all duration-300 group-hover:text-transparent">Send</span> 10</button> 11 12 13 14 15
881 views
881 views
Comments
MIT License