Sweeps

DC’s Building Bad Sweepstakes — Win $10,000 + Become a DC Comics Character!

View saved
How does this find feel?

DC’s Building Bad Sweepstakes — Win $10,000 + Become a DC Comics Character!

/* ============================================================
ROOT SCOPE: .fm-scroll-page-dc-building-bad
All selectors prefixed — zero global bleed
============================================================ */

.fm-scroll-page-dc-building-bad {
font-family: ‘Georgia’, serif;
background: #fff;
color: #1a1a1a;
line-height: 1.7;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

/* HERO */
.fm-scroll-page-dc-building-bad .fm-hero {
background: linear-gradient(160deg, #0a0a1a 0%, #1a1a6e 45%, #2b2baa 100%);
color: #fff;
padding: 44px 20px 40px;
text-align: center;
width: 100%;
}
.fm-scroll-page-dc-building-bad .fm-hero-eyebrow {
display: inline-block;
background: rgba(255,215,0,0.18);
color: #ffd700;
font-size: 0.75rem;
letter-spacing: 0.18em;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 14px;
}
.fm-scroll-page-dc-building-bad .fm-hero-title {
font-size: clamp(1.7rem, 5.5vw, 3rem);
font-weight: 700;
line-height: 1.2;
margin: 0 auto 12px;
max-width: 820px;
color: #fff;
}
.fm-scroll-page-dc-building-bad .fm-hero-sub {
font-size: 1.05rem;
color: rgba(255,255,255,0.88);
max-width: 600px;
margin: 0 auto 22px;
}
.fm-scroll-page-dc-building-bad .fm-countdown-wrap {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 24px;
}
.fm-scroll-page-dc-building-bad .fm-cd-box {
background: rgba(255,215,0,0.15);
border: 1px solid rgba(255,215,0,0.3);
border-radius: 10px;
padding: 10px 16px;
min-width: 64px;
text-align: center;
}
.fm-scroll-page-dc-building-bad .fm-cd-num {
font-size: 2rem;
font-weight: 700;
color: #ffd700;
display: block;
line-height: 1;
}
.fm-scroll-page-dc-building-bad .fm-cd-label {
font-size: 0.68rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: rgba(255,255,255,0.7);
margin-top: 4px;
display: block;
}
.fm-scroll-page-dc-building-bad .fm-hero-pills {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 28px;
}
.fm-scroll-page-dc-building-bad .fm-pill {
background: rgba(255,215,0,0.15);
border: 1px solid rgba(255,215,0,0.3);
color: #ffd700;
font-size: 0.82rem;
font-weight: 600;
padding: 5px 14px;
border-radius: 20px;
letter-spacing: 0.04em;
}
.fm-scroll-page-dc-building-bad .fm-hero-cta {
display: inline-block;
background: #ffd700;
color: #0a0a1a;
font-size: 1.15rem;
font-weight: 700;
padding: 16px 44px;
border-radius: 50px;
letter-spacing: 0.06em;
cursor: pointer;
border: none;
box-shadow: 0 4px 20px rgba(255,215,0,0.4);
transition: transform 0.15s, box-shadow 0.15s;
text-transform: uppercase;
text-decoration: none;
}
.fm-scroll-page-dc-building-bad .fm-hero-cta:hover {
transform: translateY(-2px);
box-shadow: 0 6px 28px rgba(255,215,0,0.5);
}

/* MARQUEE */
.fm-scroll-page-dc-building-bad .fm-marquee {
background: #ffd700;
color: #0a0a1a;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 9px 0;
overflow: hidden;
white-space: nowrap;
width: 100%;
}
.fm-scroll-page-dc-building-bad .fm-marquee-inner {
display: inline-block;
animation: fmDCMarquee 45s linear infinite;
}
@keyframes fmDCMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ARTICLE BODY */
.fm-scroll-page-dc-building-bad .fm-body {
width: 100%;
background: #fff;
}
.fm-scroll-page-dc-building-bad .fm-section {
padding: 36px 24px;
border-bottom: 1px solid #f0f0f0;
max-width: 860px;
margin: 0 auto;
}
.fm-scroll-page-dc-building-bad .fm-section-title {
font-size: 1.4rem;
font-weight: 700;
color: #1a1a6e;
margin: 0 0 14px;
padding-bottom: 8px;
border-bottom: 2px solid #e8e8f8;
}
.fm-scroll-page-dc-building-bad .fm-p {
margin-bottom: 14px;
font-size: 1rem;
color: #1a1a1a;
}
.fm-scroll-page-dc-building-bad .fm-toc {
background: #f5f5ff;
border-left: 4px solid #2b2baa;
border-radius: 8px;
padding: 20px 24px;
margin: 0 auto 0;
max-width: 860px;
}
.fm-scroll-page-dc-building-bad .fm-toc-title {
font-size: 0.9rem;
font-weight: 700;
color: #1a1a6e;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.fm-scroll-page-dc-building-bad .fm-toc-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px 20px;
}
.fm-scroll-page-dc-building-bad .fm-toc-list li {
font-size: 0.9rem;
color: #2b2baa;
}
.fm-scroll-page-dc-building-bad .fm-toc-list li::before {
content: “→ “;
color: #2b2baa;
}

/* HIGHLIGHT BOX */
.fm-scroll-page-dc-building-bad .fm-highlight {
background: #f5f5ff;
border: 1px solid #c8c8f0;
border-radius: 10px;
padding: 20px 22px;
margin: 18px 0;
}
.fm-scroll-page-dc-building-bad .fm-highlight-title {
font-size: 1rem;
font-weight: 700;
color: #1a1a6e;
margin-bottom: 8px;
}
.fm-scroll-page-dc-building-bad .fm-ul {
padding-left: 20px;
margin: 0;
}
.fm-scroll-page-dc-building-bad .fm-ul li {
margin-bottom: 8px;
font-size: 0.97rem;
color: #1a1a1a;
}

/* PRIZE TABLE */
.fm-scroll-page-dc-building-bad .fm-table-wrap {
overflow-x: auto;
margin: 16px 0;
}
.fm-scroll-page-dc-building-bad .fm-table {
width: 100%;
border-collapse: collapse;
font-size: 0.93rem;
}
.fm-scroll-page-dc-building-bad .fm-table th {
background: #1a1a6e;
color: #ffd700;
padding: 10px 14px;
text-align: left;
font-weight: 700;
}
.fm-scroll-page-dc-building-bad .fm-table td {
padding: 9px 14px;
border-bottom: 1px solid #f0f0f0;
color: #1a1a1a;
}
.fm-scroll-page-dc-building-bad .fm-table tr:nth-child(even) td {
background: #f5f5ff;
}

/* FAQ */
.fm-scroll-page-dc-building-bad .fm-faq-item {
border-bottom: 1px solid #f0f0f0;
padding: 14px 0;
}
.fm-scroll-page-dc-building-bad .fm-faq-q {
font-weight: 700;
color: #1a1a6e;
font-size: 1rem;
margin-bottom: 6px;
}
.fm-scroll-page-dc-building-bad .fm-faq-a {
font-size: 0.96rem;
color: #333;
margin: 0;
}

/* RELATED LINKS */
.fm-scroll-page-dc-building-bad .fm-related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 14px;
margin-top: 16px;
}
.fm-scroll-page-dc-building-bad .fm-related-card {
background: #f5f5ff;
border: 1px solid #c8c8f0;
border-radius: 10px;
padding: 16px 18px;
text-decoration: none;
color: #1a1a1a;
font-size: 0.9rem;
font-weight: 600;
transition: transform 0.15s, box-shadow 0.15s;
display: block;
}
.fm-scroll-page-dc-building-bad .fm-related-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 14px rgba(0,0,0,0.1);
text-decoration: none;
}
.fm-scroll-page-dc-building-bad .fm-related-card .fm-rc-label {
font-size: 0.72rem;
color: #2b2baa;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 6px;
display: block;
}

/* ENTRY SECTION */
.fm-scroll-page-dc-building-bad .fm-entry-section {
background: linear-gradient(160deg, #0a0a1a 0%, #1a1a6e 100%);
padding: 48px 24px 52px;
text-align: center;
width: 100%;
}
.fm-scroll-page-dc-building-bad .fm-entry-title {
font-size: clamp(1.5rem, 5vw, 2.4rem);
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}
.fm-scroll-page-dc-building-bad .fm-entry-sub {
font-size: 1rem;
color: rgba(255,255,255,0.88);
max-width: 560px;
margin: 0 auto 28px;
}
.fm-scroll-page-dc-building-bad .fm-entry-cta {
display: inline-block;
background: #ffd700;
color: #0a0a1a;
font-size: 1.15rem;
font-weight: 700;
padding: 18px 50px;
border-radius: 50px;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none;
box-shadow: 0 4px 20px rgba(255,215,0,0.4);
transition: transform 0.15s, box-shadow 0.15s;
}
.fm-scroll-page-dc-building-bad .fm-entry-cta:hover {
transform: translateY(-2px);
box-shadow: 0 6px 28px rgba(255,215,0,0.5);
text-decoration: none;
}
.fm-scroll-page-dc-building-bad .fm-legal {
font-size: 0.78rem;
color: rgba(255,255,255,0.6);
margin-top: 20px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

/* NPN BANNER */
.fm-scroll-page-dc-building-bad .fm-npn {
background: #1a1a1a;
color: #fff;
text-align: center;
font-size: 0.8rem;
padding: 10px 20px;
letter-spacing: 0.05em;
font-weight: 600;
text-transform: uppercase;
}

/* AD BLOCKS */
.fm-scroll-page-dc-building-bad .fm-ad {
width: 100%;
margin: 24px 0;
text-align: center;
}

/* POPUPS */
.fm-scroll-page-dc-building-bad .fm-popup {
position: fixed;
bottom: 24px;
right: 24px;
background: #fff;
border: 2px solid #2b2baa;
border-radius: 14px;
padding: 18px 22px;
max-width: 290px;
box-shadow: 0 8px 32px rgba(0,0,0,0.18);
z-index: 8888;
display: none;
animation: fmDCSlideIn 0.4s ease;
}
@keyframes fmDCSlideIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fm-scroll-page-dc-building-bad .fm-popup-icon { font-size: 1.6rem; margin-bottom: 6px; display: block; }
.fm-scroll-page-dc-building-bad .fm-popup-title { font-size: 0.95rem; font-weight: 700; color: #1a1a6e; margin-bottom: 4px; }
.fm-scroll-page-dc-building-bad .fm-popup-body { font-size: 0.85rem; color: #333; margin: 0; }

@media (max-width: 600px) {
.fm-scroll-page-dc-building-bad .fm-popup {
bottom: 12px;
right: 12px;
left: 12px;
max-width: none;
}
}

🦸 DC Comics Sweepstakes — No Purchase Necessary
DC’s Building Bad Sweepstakes — Win $10,000 + Become a DC Comics Character!
One grand prize winner gets $10,000 cash AND the chance to be immortalized as a brand-new DC Comics character. Enter free before May 31, 2026.
Days
Hours
Min
Sec

$10,000 Cash Prize
Become a DC Character
1 Grand Prize Winner
Ends May 31, 2026
US, Canada & UK

🦸 DC’S BUILDING BAD SWEEPSTAKES  ·  $10,000 CASH PRIZE  ·  BECOME A DC COMICS CHARACTER  ·  1 GRAND PRIZE WINNER  ·  ENDS MAY 31, 2026  ·  FREE TO ENTER  ·  US, CANADA & UK ELIGIBLE  ·  AGES 13+  ·  🦸 DC’S BUILDING BAD SWEEPSTAKES  ·  $10,000 CASH PRIZE  ·  BECOME A DC COMICS CHARACTER  ·  1 GRAND PRIZE WINNER  ·  ENDS MAY 31, 2026  ·  FREE TO ENTER  ·  US, CANADA & UK ELIGIBLE  ·  AGES 13+  · 

What’s in This Guide
  • What the $10,000 Prize Means
  • The DC Character Opportunity
  • How to Enter for Free
  • Who Is Eligible
  • FAQ
  • Enter at the Bottom

What $10,000 Actually Looks Like in Your Life

DC Comics is giving away $10,000 in cash — and that’s not a gift card, not store credit, not a voucher. It’s a check in your name. For most households, $10,000 is a meaningful chunk: it covers several months of bills, pays down a credit card, funds a home project, or seeds a savings account in a real way.

The grand prize ARV is listed at $10,500 total, which includes the cash and the creative consultation opportunity. The cash portion alone — $10,000 — is the headline. And unlike sweepstakes where the prize is a product you have to sell or store, cash is immediately useful the moment the check clears.

Prize Summary
  • $10,000 USD cash (check in winner’s name)
  • Creative consultation with DC Comics artists to inspire a new character
  • Original artwork featuring the newly created character
  • Total ARV: $10,500 USD / £7,857.81 / $14,507.17 CAD
  • 1 grand prize winner drawn randomly from all eligible entries

The DC Character Opportunity — What It Actually Is

Beyond the cash, DC Comics is offering the winner a chance to provide ideas and input to their comic book artists and design professionals for the possible creation of a new character. This is genuinely rare — DC Comics characters have been part of pop culture for over 80 years, and the idea that a sweepstakes winner could inspire one is a compelling creative hook.

Here’s what the rules say about how it works: the consultation happens virtually via video or phone call, the timing is set by DC with as little as three days’ notice, and the number and length of calls are at DC’s discretion. DC owns all rights to any character created. The winner can’t record the call without written permission from DC.

It’s worth being realistic: the character “may be inspired in whole or in part” on the winner, and DC has full creative control. But the original artwork piece featuring the new character is a tangible, collectible deliverable — and the experience of working with DC Comics artists is genuinely one-of-a-kind.

The Creative Consultation at a Glance
  • Virtual video or phone call with DC Comics artists
  • Winner provides ideas and input for a new character
  • Character may be inspired by the winner’s appearance or personality
  • One piece of original artwork featuring the new character included
  • DC Comics retains all intellectual property rights
  • Minors must be accompanied by a parent or guardian

How to Enter — Free Online Form, One Entry Per Person

Entering is straightforward. Visit buildingbad.dc.com during the promotion period, fill out the online entry form with your full name, email address, date of birth, and country, then check the box confirming you meet the eligibility requirements. That’s it — one entry per person for the entire promotion period.

There is no purchase required and no way to buy additional entries. The rules are clear: a purchase or payment of any kind will not increase your chances of winning. The drawing is random, and every eligible entry has an equal shot.

Detail Info
Entry URL buildingbad.dc.com
Opens April 30, 2026 at 9:00 AM ET
Closes May 31, 2026 at 11:59 PM ET
Entries per person 1 (one-time entry only)
Drawing date On or about June 2, 2026
Winner notified By email on or about June 2, 2026
Response window 3 business days to respond

Important: entries must be manually typed by the entrant. Automated entry tools, bots, or third-party submissions are prohibited and will result in disqualification.

Who Is Eligible to Enter

This sweepstakes is open internationally — not just to US residents. Legal residents of all 50 US states and DC, Canada, and the United Kingdom are all eligible. The minimum age is 13, though minors must have a parent or guardian’s permission before entering.

A few groups are excluded: employees of DC Comics, the LEGO Group (the prize supplier), the administrator Probability LLC, and their family members cannot enter. Professional comic book artists and writers — defined as anyone who has received compensation for artwork or writing in a published comic book — are also excluded.

Eligibility at a Glance
  • Open to: US (all 50 states + DC), Canada, United Kingdom
  • Minimum age: 13 years old (minors need parental permission)
  • Not eligible: DC Comics employees, LEGO Group employees, professional comic book artists/writers, and their immediate family members
  • Canada winners: Must correctly answer a math skill-testing question to claim the prize
  • US/Canada winners: Must consent to a background check

Frequently Asked Questions
Is there really no purchase required?

Correct. The rules explicitly state that no purchase or payment of any kind is required to enter or win, and that making a purchase will not increase your odds.

Can I enter more than once?

No. The limit is one entry per person per email address for the entire promotion period. Multiple entries will result in disqualification of all your entries.

What happens if I win but I’m a minor?

The prize may be awarded in the name of the minor’s parent or legal guardian. The parent or guardian must accompany the minor during the DC Comics creative consultation.

How will I know if I win?

DC Comics will contact the winner by email on or about June 2, 2026. You must respond within 3 business days or the prize will be forfeited and an alternate winner drawn.

Will I actually appear in a DC comic book?

Not necessarily. The rules say a character “may be inspired in whole or in part” on the winner. DC has full creative control and is not obligated to use the character in any publication. The deliverable is one piece of original artwork featuring the new character.

Is this affiliated with Instagram or Facebook?

No. The rules explicitly state this promotion is not sponsored, endorsed, or administered by Meta Platforms, Inc. or X Corp. Your information goes to DC Comics, not to social media platforms.

No Purchase Necessary · Open to US, Canada & UK Residents Ages 13+ · Void Where Prohibited

Ready to Win $10,000 + Become a DC Character?
Enter DC’s Building Bad Sweepstakes for free before May 31, 2026. One winner takes home $10,000 cash and a once-in-a-lifetime creative experience with DC Comics.

ENTER HERE

💰

$10,000 Cash Prize!

One winner gets a $10,000 check from DC Comics. Enter free before May 31!

🦸

Become a DC Character!

The winner gets to inspire a brand-new DC Comics character. Scroll down to enter!

🎨

Original DC Artwork Included

Winner receives one piece of original artwork featuring the new character. Enter now!

📅

Closes May 31, 2026

Only one entry per person — don’t miss your shot at $10,000!

(function() {
// COUNTDOWN — May 31, 2026 11:59 PM ET = June 1 03:59 UTC
var deadline = new Date(“2026-06-01T03:59:00Z”);
function updateCountdown() {
var now = new Date();
var diff = deadline – now;
if (diff document.body.scrollHeight – window.innerHeight) {
targetPos = document.body.scrollHeight – window.innerHeight;
}
var distance = targetPos – startPos;
var duration = 10000;
var startTime = null;
isScrolling = true;

function step(timestamp) {
if (!startTime) { startTime = timestamp; }
var elapsed = timestamp – startTime;
var progress = Math.min(elapsed / duration, 1);
var newPos = startPos + distance * progress;
window.scrollTo(0, newPos);
if (progress < 1) {
if (isScrolling) {
scrollAnimId = requestAnimationFrame(step);
}
} else {
isScrolling = false;
window.scrollTo(0, targetPos);
}
}
scrollAnimId = requestAnimationFrame(step);
}

function stopScroll() {
if (isScrolling) {
isScrolling = false;
if (scrollAnimId) { cancelAnimationFrame(scrollAnimId); }
}
}

if (heroCta) {
heroCta.addEventListener("click", function() {
easedScroll();
startPopups();
});
}

document.addEventListener("touchmove", function() { stopScroll(); }, { passive: true });
document.addEventListener("wheel", function() { stopScroll(); }, { passive: true });
window.addEventListener("resize", function() { stopScroll(); });

})();

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.