Freebie Mom Pick Your Prize 8/22
@import url(‘https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&display=swap’);
body{font-family:’Outfit’,sans-serif;margin:0;padding:0;background:#0b0b0d;color:#fff;}
.giveaway-box{max-width:900px;margin:30px auto;padding:40px;border-radius:25px;
background:linear-gradient(135deg,#ff00cc,#3333ff);box-shadow:0 10px 40px rgba(0,0,0,.5);text-align:center;}
.giveaway-box h1{font-size:3rem;margin:0 0 20px;text-transform:uppercase;font-weight:900;color:#fff;
text-shadow:0 0 15px #ffcc00,0 0 30px #ff00cc;}
.giveaway-box h2{font-size:1.6rem;margin:10px 0 25px;font-weight:700;color:#ffcc00;}
.giveaway-box p{font-size:1.2rem;margin:12px 0;line-height:1.5;}
.highlight{color:#ffcc00;font-weight:800;text-transform:uppercase;}
.cta-btn{display:inline-block;margin-top:25px;padding:18px 40px;font-size:1.5rem;font-weight:800;
background:#ffcc00;color:#000;border-radius:50px;text-decoration:none;cursor:pointer;transition:all .3s;}
.cta-btn:hover{background:#fff;color:#000;transform:scale(1.12);}
.countdown{font-size:1.6rem;font-weight:900;margin:20px 0;color:#ffcc00;text-shadow:0 0 8px #000;}
/* Flash animation for urgency */
@keyframes flash {0%{color:#ffcc00;}50%{color:#fff;}100%{color:#ffcc00;}}
.flash{animation:flash 1s infinite;}
/* Confetti canvas */
#confetti-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999;}
🎉 FREEBIE MOM PICK YOUR PRIZE 🎉
🔥 August 22nd ONLY — Ending at 10PM ET 🔥
It’s time to choose your destiny: TWO Stanley Prize Packs are up for grabs — sleek, stylish, and the hottest drinkware of the year. 💖
But that’s not all… 50 AMAZON GIFT CARDS will also be handed out TODAY! 💳💥
All you have to do is: LIKE, SHARE & COMMENT which prize you want. That’s it. Fast, fun, and maybe your luckiest click of the summer. ☀️
🚀 ENTER NOW 🚀
/* Countdown Timer – FIXED (cross-browser) */
const endDate=new Date(“2025-08-22T22:00:00-04:00”).getTime(); // Explicit ET offset
const cd=document.getElementById(“countdown”);
const timer=setInterval(()=>{
let now=new Date().getTime();
let t=endDate-now;
if(t<=0){clearInterval(timer);cd.innerHTML="⏰ Giveaway Closed!";return;}
let h=Math.floor((t%(1000*60*60*24))/(1000*60*60));
let m=Math.floor((t%(1000*60*60))/(1000*60));
let s=Math.floor((t%(1000*60))/1000);
cd.innerHTML="⏳ Time Left: "+h+"h "+m+"m "+s+"s";
},1000);
/* Confetti Animation */
const confettiCanvas=document.getElementById("confetti-canvas");
const ctx=confettiCanvas.getContext("2d");
confettiCanvas.width=window.innerWidth;confettiCanvas.height=window.innerHeight;
let pieces=[];
for(let i=0;i{ctx.beginPath();ctx.lineWidth=p.r/2;ctx.strokeStyle=p.color;
ctx.moveTo(p.x+p.tilt+p.r/4,p.y);ctx.lineTo(p.x+p.tilt,p.y+p.tilt+p.r/4);ctx.stroke();});
update();}
function update(){pieces.forEach(p=>{p.y+=Math.cos(p.d)+1+p.r/2/2;
p.x+=Math.sin(p.d);if(p.y>confettiCanvas.height){p.x=Math.random()*confettiCanvas.width;p.y=-10;}});}
setInterval(draw,20);
Helpful Freebie Mom Guides
Keep going