Sweeps

Winย $200 Cash Sent Straight to Your Phone!ย 

View saved
How does this find feel?

๐Ÿ’ธ Cash App x Afterpay Sweepstakes โ€” Win $200 Cash Sent Directly to You!

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
–green: #00d632;
–green2: #00a826;
–yellow: #ffd700;
–orange: #ff8c00;
–purple: #9b59b6;
–pink: #ff6eb4;
–white: #ffffff;
–cream: #f6fff8;
–dark: #0a1f0e;
}

body {
font-family: ‘Nunito’, sans-serif;
background: var(–cream);
color: var(–dark);
overflow-x: hidden;
}

/* โ”€โ”€ CONFETTI CANVAS โ”€โ”€ */
#confetti-canvas {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
pointer-events: none;
z-index: 9998;
}

/* โ”€โ”€ PROGRESS BAR โ”€โ”€ */
#progress-bar {
position: fixed;
top: 0; left: 0;
height: 6px;
width: 0%;
background: linear-gradient(90deg, var(–green), var(–yellow), var(–green));
z-index: 9999;
transition: width 0.15s ease;
border-radius: 0 3px 3px 0;
}

/* sticky bar removed */

/* โ”€โ”€ HERO โ”€โ”€ */
.hero {
background: linear-gradient(160deg, #001a05 0%, #003d0f 35%, #00a826 70%, #00d632 100%);
color: #fff;
text-align: center;
padding: 70px 20px 60px;
position: relative;
overflow: hidden;
}
.hero::before {
content: ”;
position: absolute;
inset: 0;
background: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ width=’60’ height=’60’%3E%3Ccircle cx=’10’ cy=’10’ r=’3′ fill=’rgba(255,255,255,0.05)’/%3E%3Ccircle cx=’40’ cy=’35’ r=’5′ fill=’rgba(255,255,255,0.03)’/%3E%3Ccircle cx=’55’ cy=’8′ r=’2′ fill=’rgba(255,255,255,0.06)’/%3E%3C/svg%3E”) repeat;
pointer-events: none;
}
.hero-badge {
display: inline-block;
background: rgba(255,255,255,0.15);
border: 2px solid rgba(255,255,255,0.35);
border-radius: 50px;
padding: 6px 20px;
font-size: 0.8rem;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 20px;
animation: pulse-badge 2s infinite;
color: #ffffff !important;
}
@keyframes pulse-badge {
0%, 100% { box-shadow: 0 0 0 0 rgba(255,215,0,0.5); }
50% { box-shadow: 0 0 0 10px rgba(255,215,0,0); }
}
header h1 {
font-family: ‘Fredoka One’, cursive;
font-size: clamp(2.4rem, 9vw, 5rem);
line-height: 1.1;
margin-bottom: 16px;
text-shadow: 0 4px 20px rgba(0,0,0,0.3);
color: #ffffff !important;
}
.hero h1 .highlight {
color: var(–yellow);
display: inline-block;
animation: wiggle 1.5s ease-in-out infinite;
}
@keyframes wiggle {
0%, 100% { transform: rotate(-2deg); }
50% { transform: rotate(2deg); }
}
.hero-sub {
font-size: clamp(1rem, 3vw, 1.25rem);
opacity: 0.92;
max-width: 620px;
margin: 0 auto 30px;
line-height: 1.65;
font-weight: 600;
color: #ffffff !important;
}

/* โ”€โ”€ HERO IMAGE โ”€โ”€ */
.hero-img-wrap {
max-width: 700px;
margin: 0 auto 30px;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0,0,0,0.4);
border: 4px solid rgba(255,215,0,0.5);
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.hero-img-wrap img { width: 100%; display: block; }

/* โ”€โ”€ COUNTDOWN โ”€โ”€ */
.countdown-wrap {
display: flex;
justify-content: center;
gap: 14px;
margin-bottom: 32px;
flex-wrap: wrap;
}
.cd-box {
background: rgba(0,0,0,0.35);
border: 2px solid rgba(255,215,0,0.4);
border-radius: 14px;
padding: 14px 20px;
min-width: 78px;
text-align: center;
}
.cd-num {
font-family: ‘Fredoka One’, cursive;
font-size: 2.4rem;
color: var(–yellow);
line-height: 1;
}
.cd-lbl {
font-size: 0.65rem;
letter-spacing: 0.12em;
text-transform: uppercase;
opacity: 0.65;
margin-top: 4px;
color: #ffffff !important;
}

/* โ”€โ”€ CTA BUTTON โ”€โ”€ */
.btn-enter {
display: inline-block;
background: linear-gradient(135deg, var(–yellow) 0%, var(–orange) 100%);
color: var(–dark);
font-family: ‘Fredoka One’, cursive;
font-size: 1.4rem;
letter-spacing: 0.04em;
padding: 18px 50px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
box-shadow: 0 8px 30px rgba(255,140,0,0.5);
transition: transform 0.15s, box-shadow 0.15s;
animation: bounce-btn 2s ease-in-out infinite;
}
@keyframes bounce-btn {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(-5px) scale(1.03); }
}
.btn-enter:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 14px 40px rgba(255,140,0,0.65);
animation: none;
}

/* โ”€โ”€ STAT PILLS โ”€โ”€ */
.stat-row {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 24px;
}
.stat-pill {
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 8px;
padding: 8px 18px;
font-size: 0.82rem;
font-weight: 700;
text-align: center;
color: #ffffff !important;
}
.stat-pill strong {
display: block;
font-family: ‘Fredoka One’, cursive;
font-size: 1.3rem;
color: var(–yellow);
}

/* โ”€โ”€ MAIN CONTENT โ”€โ”€ */
.page-wrap {
max-width: 800px;
margin: 0 auto;
padding: 0 18px 100px;
}

/* โ”€โ”€ CARDS โ”€โ”€ */
.card {
background: #fff;
border-radius: 20px;
padding: 32px 28px;
margin: 28px 0;
border: 2px solid #d4f5dc;
box-shadow: 0 4px 24px rgba(0,168,38,0.08);
}
.card h2 {
font-family: ‘Fredoka One’, cursive;
font-size: 1.8rem;
color: var(–green2);
margin-bottom: 16px;
}
.card h2 .emoji { margin-right: 8px; }
.card p {
color: #444;
line-height: 1.8;
font-size: 1.02rem;
margin-bottom: 14px;
}
.card p:last-child { margin-bottom: 0; }

/* โ”€โ”€ HOW TO ENTER STEPS โ”€โ”€ */
.steps { list-style: none; margin: 16px 0; }
.steps li {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
background: linear-gradient(135deg, #f0fff4, #e8fdf0);
border-radius: 14px;
padding: 18px 20px;
border: 1.5px solid #b8f0c8;
}
.step-icon {
font-size: 2rem;
flex-shrink: 0;
line-height: 1;
margin-top: 2px;
}
.step-text strong {
display: block;
font-size: 1.05rem;
font-weight: 800;
color: var(–dark);
margin-bottom: 4px;
}
.step-text span {
font-size: 0.95rem;
color: #555;
line-height: 1.6;
}

/* โ”€โ”€ PRIZE CARD โ”€โ”€ */
.prize-card {
background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
border: 3px solid var(–yellow);
border-radius: 20px;
padding: 28px 24px;
text-align: center;
margin: 20px 0;
}
.prize-card .prize-icon { font-size: 4rem; display: block; margin-bottom: 10px; }
.prize-card .prize-title {
font-family: ‘Fredoka One’, cursive;
font-size: 1.6rem;
color: var(–orange);
margin-bottom: 8px;
}
.prize-card .prize-desc { color: #666; font-size: 0.98rem; line-height: 1.7; }

/* โ”€โ”€ URGENCY BOX โ”€โ”€ */
.urgency-box {
background: linear-gradient(135deg, #003d0f, #00a826);
color: #fff !important;
border-radius: 18px;
padding: 28px 24px;
text-align: center;
margin: 28px 0;
box-shadow: 0 8px 30px rgba(0,168,38,0.35);
}
.urgency-box h3 {
font-family: ‘Fredoka One’, cursive;
font-size: 1.6rem;
margin-bottom: 10px;
color: #ffffff !important;
}
.urgency-box p {
font-size: 1.02rem;
line-height: 1.7;
color: #ffffff !important;
}
.urgency-box strong { color: #ffffff !important; }

/* โ”€โ”€ ENTRY SECTION โ”€โ”€ */
.entry-section {
background: linear-gradient(160deg, #001a05 0%, #003d0f 50%, #00a826 100%);
color: #fff !important;
border-radius: 24px;
padding: 40px 28px;
text-align: center;
margin: 32px 0;
box-shadow: 0 12px 40px rgba(0,61,15,0.4);
}
.entry-section h2 {
font-family: ‘Fredoka One’, cursive;
font-size: clamp(1.8rem, 6vw, 2.6rem);
margin-bottom: 14px;
color: #ffd700 !important;
}
.entry-section p {
font-size: 1.05rem;
opacity: 0.9;
margin-bottom: 28px;
line-height: 1.7;
color: #ffffff !important;
}
.entry-section strong { color: #ffffff !important; }
.entry-section .legal {
font-size: 0.75rem;
opacity: 0.5;
margin-top: 20px;
line-height: 1.6;
color: #ffffff !important;
}

/* โ”€โ”€ TIPS LIST โ”€โ”€ */
.tips-list { list-style: none; margin: 16px 0; }
.tips-list li {
display: flex;
gap: 12px;
align-items: flex-start;
padding: 12px 0;
border-bottom: 1px dashed #d4f5dc;
font-size: 0.98rem;
color: #444;
line-height: 1.65;
}
.tips-list li:last-child { border-bottom: none; }
.tips-list li .tip-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 1px; }

/* โ”€โ”€ FAQ โ”€โ”€ */
.faq-item {
border: 1.5px solid #d4f5dc;
border-radius: 14px;
margin-bottom: 12px;
overflow: hidden;
}
.faq-q {
width: 100%;
background: #f0fff4;
border: none;
padding: 16px 20px;
text-align: left;
font-family: ‘Nunito’, sans-serif;
font-size: 1rem;
font-weight: 800;
color: var(–dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
transition: background 0.2s;
}
.faq-q:hover { background: #d4f5dc; }
.faq-arrow {
font-size: 1.2rem;
transition: transform 0.3s;
flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease, padding 0.2s;
padding: 0 20px;
font-size: 0.97rem;
color: #555;
line-height: 1.75;
}
.faq-item.open .faq-a {
max-height: 300px;
padding: 14px 20px 18px;
}

/* โ”€โ”€ RELATED โ”€โ”€ */
.related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 14px;
margin-top: 18px;
}
.related-card {
background: linear-gradient(135deg, #f0fff4, #e8fdf0);
border: 1.5px solid #b8f0c8;
border-radius: 14px;
padding: 16px 14px;
text-decoration: none;
color: var(–dark);
transition: transform 0.2s, box-shadow 0.2s;
display: block;
}
.related-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(0,168,38,0.15);
}
.related-card .rc-cat {
font-size: 0.72rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(–green2);
margin-bottom: 6px;
}
.related-card .rc-title {
font-size: 0.92rem;
font-weight: 700;
line-height: 1.4;
color: var(–dark);
}

/* โ”€โ”€ RESPONSIVE โ”€โ”€ */
@media (max-width: 600px) {
.card { padding: 22px 16px; }
.entry-section { padding: 28px 16px; }
.hero { padding: 50px 16px 44px; }
.cd-box { padding: 10px 14px; min-width: 64px; }
.cd-num { font-size: 1.9rem; }
}

๐Ÿ’ธ Cash App x Afterpay โ€” Open Now!

Win $200 Cash
Sent Straight to Your Phone! ๐Ÿ“ฒ

Block, Inc. is dropping $200 into 2,000 lucky Cash App accounts โ€” and entering is totally FREE! ๐ŸŽ‰ Closes April 16 at 11:59PM Eastern!

Cash App x Afterpay $200 cash giveaway
00
Days
00
Hours
00
Mins
00
Secs
๐Ÿ’ต 2,000Winners
๐Ÿ’ฐ $200Per Winner
๐Ÿ“… Apr 16Deadline
๐Ÿ†“ FREETo Enter

๐Ÿ’ธWhat Is This Sweepstakes?

Cash App and Afterpay just dropped one of the most generous cash giveaways of the year โ€” and you don’t need to spend a single penny to enter! Block, Inc. (the company behind both apps) is giving away $200 in real cash to 2,000 different winners, totaling a whopping $400,000 in prizes.

The best part? Winners get their money sent directly into their Cash App account โ€” no gift cards, no checks, no waiting around. Just real money hitting your $Cashtag. All you have to do is fill out a short Google Form with your name, $Cashtag, and a quick 2โ€“3 sentence answer about your financial goals.

This is completely legit โ€” sponsored by Block, Inc. at 1955 Broadway Street, Oakland, CA. The window is short, so don’t sleep on this one! The giveaway closes April 16, 2026 at 11:59PM Eastern. ๐Ÿƒโ€โ™€๏ธ๐Ÿ’จ

๐Ÿ†The Prize

๐Ÿ’ต๐Ÿ“ฒ

$200 Cash โ€” Sent to Your Cash App!

Two thousand lucky winners will each receive $200 deposited directly into their Cash App account. No strings attached, no gift cards โ€” just cold, hard cash. The total prize pool is $400,000. With 2,000 winners, your odds are genuinely great!

๐Ÿ“‹How to Enter โ€” It’s Super Easy!

  • โœ…

    Step 1 โ€” Have an Eligible Cash App Account
    Make sure your Cash App account has completed identity verification, has a physical address and email on file, and is in good standing (no negative balance, no suspensions, no unresolved B-Notices).
  • ๐Ÿ“

    Step 2 โ€” Fill Out the Free Google Form
    Click the button below to open the official Alternate Method of Entry (AMOE) form. It’s hosted by Block, Inc. โ€” totally official and totally free.
  • ๐Ÿ’ฌ

    Step 3 โ€” Answer the Financial Goal Question
    Write a genuine 2โ€“3 sentence response to: “What financial goal are you currently working toward and why?” Be real โ€” a personal, authentic answer keeps your entry valid.
  • ๐Ÿš€

    Step 4 โ€” Submit Before April 16, 2026 at 11:59PM ET
    Hit submit and you’re officially entered! Remember: limit ONE entry per person. Duplicate entries will be disqualified, so submit once and submit right!


๐Ÿ’ธ Go Enter Now โ€” It’s FREE!

โฐ Don’t Wait โ€” Closes April 16!

The sweepstakes closes at 11:59PM Eastern on April 16, 2026. After that, entries are locked and 2,000 winners are chosen at random. You have a real shot at $200 โ€” but only if you enter before the deadline! ๐ŸŽฏ

๐Ÿ’กTips to Boost Your Chances

  • ๐Ÿƒ
    Enter right now! Don’t put it off โ€” the sooner you submit, the sooner you’re officially in the running for $200.
  • โœ…
    Verify your Cash App account first. The #1 reason entries get disqualified is an incomplete or unverified account. Check your profile settings before submitting.
  • ๐Ÿ’ฌ
    Write a real, personal answer. The form asks about your financial goals โ€” a genuine, specific 2โ€“3 sentence response keeps your entry valid and shows you’re a real person.
  • ๐ŸŽฏ
    Double-check your $Cashtag. This is how Cash App finds your account if you win. One typo could mean your $200 never arrives โ€” triple-check it!
  • ๐Ÿ“ฑ
    Keep your account active through the award date. Don’t close or deactivate your Cash App after entering โ€” you need it open to receive your prize!

โ“Frequently Asked Questions

Absolutely not! The Google Form entry method (AMOE) is completely free. You just need a Cash App account, your $Cashtag, and a 2โ€“3 sentence answer about your financial goals. No purchase, no credit card, no fees of any kind.

Two thousand (2,000) people will each win $200 cash โ€” that’s a total of $400,000 in prizes! With that many winners, your odds are genuinely solid. Enter early and make sure your account is in good standing to maximize your chances.

The sweepstakes period runs from April 3, 2026 at 9:00 AM PST through April 16, 2026 at 11:59:59 PM PST. Don’t wait until the last minute โ€” submit your form as early as possible to avoid any technical hiccups near the deadline!

Potential winners are notified by phone and/or email at the contact info associated with their Cash App account. Make sure your phone number and email are up to date in your Cash App profile! If Cash App can’t reach you after a reasonable number of attempts, your prize may be forfeited.

Nope! The free Google Form entry only requires a Cash App account. An Afterpay account is only needed if you choose to enter via the purchase method โ€” making an Afterpay purchase during the sweepstakes period and opting in through the Giveaway Promo Hub. The form is 100% free.

No โ€” the rules are strict: one (1) entry per person. Submitting multiple times won’t help your odds and could get all your entries disqualified. Enter once, enter correctly, and you’re good to go!

This sweepstakes is sponsored by Block, Inc. (formerly Square, Inc.), located at 1955 Broadway Street, Suite 600, Oakland, California 94612. Block, Inc. is the parent company of both Cash App and Afterpay โ€” this is a fully legitimate, official giveaway.

๐Ÿ’ธ Ready to Win $200?

Don’t let this one slip by! 2,000 people are walking away with $200 cash in their Cash App โ€” and it takes less than 2 minutes to enter for free. Fill out your name, $Cashtag, and your financial goal answer before April 16 at 11:59PM ET!



๐Ÿ’ต ENTER THE SWEEPSTAKES NOW โ€” FREE!

document.addEventListener(‘DOMContentLoaded’, function () {

// โ”€โ”€ COUNTDOWN to April 16, 2026 at 11:59:59 PM ET โ”€โ”€
function getDeadline() {
// April 16, 2026 23:59:59 EDT (UTC-4)
return new Date(‘2026-04-17T03:59:59Z’).getTime();
}

var deadline = getDeadline();

function pad(n) { return String(n).padStart(2, ‘0’); }

function updateCountdown() {
var diff = deadline – Date.now();
if (diff 0 ? (scrollTop / docH) * 100 : 0;
var bar = document.getElementById(‘progress-bar’);
if (bar) bar.style.width = Math.min(pct, 100) + ‘%’;
});

// โ”€โ”€ FAQ ACCORDION โ”€โ”€
document.querySelectorAll(‘.faq-q’).forEach(function (btn) {
btn.addEventListener(‘click’, function () {
var item = this.closest(‘.faq-item’);
if (!item) return;
var isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.faq-item.open’).forEach(function (el) { el.classList.remove(‘open’); });
if (!isOpen) item.classList.add(‘open’);
});
});

// โ”€โ”€ CONFETTI โ”€โ”€
var canvas = document.getElementById(‘confetti-canvas’);
var ctx = canvas.getContext(‘2d’);
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
window.addEventListener(‘resize’, function () {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
});

var colors = [‘#00d632′,’#ffd700′,’#00a826′,’#ffffff’,’#ff8c00′,’#b8f0c8′,’#ffe87a’];
var pieces = [];
for (var i = 0; i window.innerHeight + 20) {
p.y = -20;
p.x = Math.random() * window.innerWidth;
}
});
requestAnimationFrame(drawConfetti);
}
drawConfetti();
setTimeout(function () { animating = false; ctx.clearRect(0, 0, canvas.width, canvas.height); }, 8000);

});

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.