
CHGeek Wireless Car Charger, 15W Fast Charging Auto Clamping Car Charger Phone Mount Phone Holder fit for iPhone 15 14 13 12 11 Pro Max Xs, Samsung Galaxy S24 Ultra S23 S22 S21, S20, S10+, Black
#copyButton { background-color: #ffcc00; color: black; border: 2px solid #ffcc00; padding: 12px 24px; cursor: pointer; border-radius: 5px; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s, color 0.3s, border-color 0.3s, transform 0.2s ease-out, box-shadow 0.3s; /* Include box-shadow in transition */ animation: pulse 2s infinite; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.15); /* Add shadow effect */ } #copyButton:hover { background-color: #ffa500; color: white; border-color: #ffa500; animation: none; box-shadow: 0 6px 12px rgba(255, 165, 0, 0.4), 0 8px 30px rgba(255, 165, 0, 0.3); /* Change shadow on hover */ } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } Copy Coupon Code var clipboard = new ClipboardJS('#copyButton'); clipboard.on(