Skip to product information
1 1

Living Room Area Rug,Washable, 4x6 ft

Living Room Area Rug,Washable, 4x6 ft

Regular price $20.20 USD
Regular price $46.99 USD Sale price $20.20 USD
57% Off Deal Expired!
View on Amazon

<style>

  #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);
    }
  }
</style>

    <! –– Insert The Coupon Code Below ––>
<button id="copyButton" data-clipboard-text="50WTVCXY">Copy Coupon Code</button>

<script>
  var clipboard = new ClipboardJS('#copyButton');

  clipboard.on('success', function (e) {
    alert('Coupon code copied to clipboard: ' + e.text);
    e.clearSelection();

    // Insert our amazon referral link below 
    window.open("https://amzn.to/4nenxMz");
  });

  clipboard.on('error', function (e) {
    alert('Failed to copy coupon code to clipboard.');
  });
</script>
View full details